Skip to content

Commit

Permalink
Fix duplicate words in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed Jun 6, 2013
1 parent 7e62ad6 commit c7b19b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rust.md
Expand Up @@ -1297,7 +1297,7 @@ with matching types and type parameter counts.

An implementation can take type parameters,
which can be different from the type parameters taken by the trait it implements.
Implementation parameters are written after after the `impl` keyword.
Implementation parameters are written after the `impl` keyword.

~~~~
# trait Seq<T> { }
Expand Down

0 comments on commit c7b19b0

Please sign in to comment.