Skip to content

Commit da955bc

Browse files
authored
Rollup merge of rust-lang#81353 - jockbert:spelling_in_e0207, r=petrochenkov
Fix spelling in documentation for error E0207 I have trouble parsing the the wording "type parameter parameter".
2 parents 796bd53 + 1d03648 commit da955bc

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

Lines changed: 1 addition & 1 deletion
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)