We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a19a82 commit ac170b1Copy full SHA for ac170b1
src/libstd/vec.rs
@@ -1288,7 +1288,7 @@ impl<T:Eq> Vec<T> {
1288
// +---+---+---+---+---+---+
1289
// w
1290
//
1291
- // Comparing self[r] against self[w-1], tis is not a duplicate, so
+ // Comparing self[r] against self[w-1], this is not a duplicate, so
1292
// we swap self[r] and self[w] (no effect as r==w) and then increment both
1293
// r and w, leaving us with:
1294
0 commit comments