Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Commit 54faed3

Browse files
committed
Minor formatting fix
1 parent f1da1dd commit 54faed3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

style/naming/iterators.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The name of an iterator type should be the same as the method that
2222
produces the iterator.
2323

2424
For example:
25+
2526
* `iter` should yield an `Iter`
2627
* `iter_mut` should yield an `IterMut`
2728
* `into_iter` should yield an `IntoIter`

0 commit comments

Comments
 (0)