We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37615fb + f18d1ad commit ad332c9Copy full SHA for ad332c9
src/libcore/iter.rs
@@ -935,7 +935,7 @@ pub trait Iterator {
935
936
/// Creates an iterator that clones the elements it yields.
937
///
938
- /// This is useful for converting an Iterator<&T> to an Iterator<T>,
+ /// This is useful for converting an `Iterator<&T>` to an`Iterator<T>`,
939
/// so it's a more convenient form of `map(|&x| x)`.
940
941
/// # Examples
0 commit comments