Skip to content

Commit

Permalink
Fix spelling in documentation for error E0207
Browse files Browse the repository at this point in the history
I have trouble parsing the the wording "type parameter parameter".
  • Loading branch information
jockbert committed Jan 24, 2021
1 parent 9a9477f commit 1d03648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_error_codes/src/error_codes/E0207.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ impl<T: Default> Foo {
}
```

Any type parameter parameter of an `impl` must meet at least one of
Any type parameter of an `impl` must meet at least one of
the following criteria:

- it appears in the _implementing type_ of the impl, e.g. `impl<T> Foo<T>`
Expand Down

0 comments on commit 1d03648

Please sign in to comment.