Skip to content

Commit 1d03648

Browse files
committed
Fix spelling in documentation for error E0207
I have trouble parsing the the wording "type parameter parameter".
1 parent 9a9477f commit 1d03648

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+1
-1
lines changed

compiler/rustc_error_codes/src/error_codes/E0207.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ impl<T: Default> Foo {
1414
}
1515
```
1616

17-
Any type parameter parameter of an `impl` must meet at least one of
17+
Any type parameter of an `impl` must meet at least one of
1818
the following criteria:
1919

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

0 commit comments

Comments
 (0)