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
1 changed files with 1 additions and 1 deletions
|
@ -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>`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue