Fix spelling in documentation for error E0207
I have trouble parsing the the wording "type parameter parameter".
This commit is contained in:
@@ -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:
|
the following criteria:
|
||||||
|
|
||||||
- it appears in the _implementing type_ of the impl, e.g. `impl<T> Foo<T>`
|
- it appears in the _implementing type_ of the impl, e.g. `impl<T> Foo<T>`
|
||||||
|
|||||||
Reference in New Issue
Block a user