We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e51783 + b141e49 commit 054ba3dCopy full SHA for 054ba3d
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