Skip to content

Commit 3e284ee

Browse files
committed
auto merge of #13821 : aochagavia/rust/pr3, r=alexcrichton
2 parents a1ad41b + ac170b1 commit 3e284ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ impl<T:Eq> Vec<T> {
12881288
// +---+---+---+---+---+---+
12891289
// w
12901290
//
1291-
// Comparing self[r] against self[w-1], tis is not a duplicate, so
1291+
// Comparing self[r] against self[w-1], this is not a duplicate, so
12921292
// we swap self[r] and self[w] (no effect as r==w) and then increment both
12931293
// r and w, leaving us with:
12941294
//

0 commit comments

Comments
 (0)