We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e34b72 commit b141e49Copy full SHA for b141e49
library/alloc/src/vec.rs
@@ -2281,7 +2281,7 @@ where
2281
2282
// use try-fold since
2283
// - it vectorizes better for some iterator adapters
2284
- // - unlike most internal iteration methods methods it only takes a &mut self
+ // - unlike most internal iteration methods, it only takes a &mut self
2285
// - it lets us thread the write pointer through its innards and get it back in the end
2286
let sink = InPlaceDrop { inner: dst_buf, dst: dst_buf };
2287
let sink = iterator
0 commit comments