Fix spelling in documentation for error E0207

I have trouble parsing the the wording "type parameter parameter".
This commit is contained in:
Joakim Åkerblom 2021-01-24 20:31:42 +01:00
parent 9a9477fada
commit 1d03648e67

View File

@ -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>`