We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 835eaaa + 37c1eb0 commit 40c146cCopy full SHA for 40c146c
library/core/src/iter/adapters/map.rs
@@ -38,7 +38,7 @@ use crate::ops::Try;
38
/// }
39
/// ```
40
///
41
-/// This will print "('a', 1), ('b', 2), ('c', 3)".
+/// This will print `('a', 1), ('b', 2), ('c', 3)`.
42
43
/// Now consider this twist where we add a call to `rev`. This version will
44
/// print `('c', 1), ('b', 2), ('a', 3)`. Note that the letters are reversed,
0 commit comments