Skip to content

Commit 6ce3e1d

Browse files
committed
Fixed trailing whitespace.
1 parent 7550b61 commit 6ce3e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter/traits/iterator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ pub trait Iterator {
202202
/// Consumes the iterator, counting the number of iterations and returning it.
203203
///
204204
/// This method will evaluate the iterator until its [`next`] returns
205-
/// [`None`]. Once [`None`] is encountered, `count()` returns one less than the
205+
/// [`None`]. Once [`None`] is encountered, `count()` returns one less than the
206206
/// number of times it called [`next`]. Note that [`next`] has to be called at
207207
/// least once even if the iterator does not have any elements.
208208
///

0 commit comments

Comments
 (0)