Skip to content

Commit

Permalink
auto merge of #13821 : aochagavia/rust/pr3, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Apr 28, 2014
2 parents a1ad41b + ac170b1 commit 3e284ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ impl<T:Eq> Vec<T> {
// +---+---+---+---+---+---+
// w
//
// 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
// we swap self[r] and self[w] (no effect as r==w) and then increment both
// r and w, leaving us with:
//
Expand Down

0 comments on commit 3e284ee

Please sign in to comment.