We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c6abe commit c33c88bCopy full SHA for c33c88b
src/librustc_error_codes/error_codes/E0628.md
@@ -16,7 +16,7 @@ fn main() {
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
19
-at most one parameter for the generator. For example, we might resolve
+at most 1 parameter for the generator. For example, we might resolve
20
the previous example by passing only one parameter.
21
22
```
0 commit comments