We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f57835b + db6a5ee commit b2b9707Copy full SHA for b2b9707
src/libcore/iter/iterator.rs
@@ -1062,8 +1062,8 @@ pub trait Iterator {
1062
/// assert_eq!(merged, "alphabetagamma");
1063
/// ```
1064
///
1065
- /// You can also rewrite this in terms of [`flat_map()`] which is preferable
1066
- /// in this case since that conveys intent clearer:
+ /// You can also rewrite this in terms of [`flat_map()`], which is preferable
+ /// in this case since it conveys intent more clearly:
1067
1068
1069
/// let words = ["alpha", "beta", "gamma"];
0 commit comments