Skip to content

Commit ad332c9

Browse files
committed
Rollup merge of #28910 - frewsxcv:patch-26, r=steveklabnik
2 parents 37615fb + f18d1ad commit ad332c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ pub trait Iterator {
935935

936936
/// Creates an iterator that clones the elements it yields.
937937
///
938-
/// This is useful for converting an Iterator<&T> to an Iterator<T>,
938+
/// This is useful for converting an `Iterator<&T>` to an`Iterator<T>`,
939939
/// so it's a more convenient form of `map(|&x| x)`.
940940
///
941941
/// # Examples

0 commit comments

Comments
 (0)