Skip to content

Commit 829f6bb

Browse files
committed
fixed formatting typo in map_while
1 parent 4253153 commit 829f6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/iter/traits/iterator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ pub trait Iterator {
11711171
/// the iteration should stop, but wasn't placed back into the iterator.
11721172
///
11731173
/// Note that unlike [`take_while`] this iterator is **not** fused.
1174-
/// It is also not specified what this iterator returns after the first` None` is returned.
1174+
/// It is also not specified what this iterator returns after the first [`None`] is returned.
11751175
/// If you need fused iterator, use [`fuse`].
11761176
///
11771177
/// [`fuse`]: Iterator::fuse

0 commit comments

Comments
 (0)