Skip to content

Commit 1625c13

Browse files
committed
Rollup merge of #28910 - frewsxcv:patch-26, r=steveklabnik
2 parents 17819aa + f18d1ad commit 1625c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter.rs

+1-1
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)