Skip to content

Commit eaa3a92

Browse files
Change will to would to discuss what don't occur (#361)
1 parent 20dec1d commit eaa3a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vec/vec-into-iter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl<T> IntoIterator for Vec<T> {
6666
let cap = self.cap;
6767
let len = self.len;
6868
69-
// Make sure not to drop Vec since that will free the buffer
69+
// Make sure not to drop Vec since that would free the buffer
7070
mem::forget(self);
7171
7272
unsafe {

0 commit comments

Comments
 (0)