Skip to content

Commit

Permalink
Remove rogue I
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Dec 16, 2015
1 parent d4ffaf6 commit 936149f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/diagnostics.rs
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 936149f

Please sign in to comment.