We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6dbc9e2 + 37c1eb0 commit c0e1fd7Copy full SHA for c0e1fd7
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