We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8d1a8 commit 37c1eb0Copy full SHA for 37c1eb0
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