Skip to content

Commit c7b19b0

Browse files
committed
Fix duplicate words in the docs
1 parent 7e62ad6 commit c7b19b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ with matching types and type parameter counts.
12971297

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

13021302
~~~~
13031303
# trait Seq<T> { }

0 commit comments

Comments
 (0)