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 17819aa + f18d1ad commit 1625c13Copy full SHA for 1625c13
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