Skip to content

Commit

Permalink
Rollup merge of rust-lang#30419 - shepmaster:rogue-I, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Dec 17, 2015
2 parents 7fa08d5 + 936149f commit 6c065b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ explanatory comments for the same example:
// `for`-loops use a protocol based on the `Iterator`
// trait. Each item yielded in a `for` loop has the
// type `Iterator::Item` -- that is,I `Item` is the
// type `Iterator::Item` -- that is, `Item` is the
// associated type of the concrete iterator impl.
for v in &vs {
// ~ ~~~
Expand Down

0 comments on commit 6c065b6

Please sign in to comment.