We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b75c34 commit 1305ae6Copy full SHA for 1305ae6
src/librustc_error_codes/error_codes/E0628.md
@@ -15,7 +15,7 @@ fn main() {
15
```
16
17
At present, it is not permitted to pass more than one explicit
18
-parameter for a generator.This can be fixed by using only
+parameter for a generator.This can be fixed by using
19
0 or 1 parameter for generator. So, for example, we might resolve
20
the previous example by passing only one parameter.
21
0 commit comments