Fix spelling in documentation for error E0207
I have trouble parsing the the wording "type parameter parameter".
This commit is contained in:
parent
9a9477fada
commit
1d03648e67
@ -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>`
|
||||
|
Loading…
Reference in New Issue
Block a user