Skip to content

Commit c33c88b

Browse files
author
Ayush Kumar Mishra
committed
Minor change
1 parent 00c6abe commit c33c88b

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+1
-1
lines changed

src/librustc_error_codes/error_codes/E0628.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fn main() {
1616

1717
At present, it is not permitted to pass more than one explicit
1818
parameter for a generator.This can be fixed by using
19-
at most one parameter for the generator. For example, we might resolve
19+
at most 1 parameter for the generator. For example, we might resolve
2020
the previous example by passing only one parameter.
2121

2222
```

0 commit comments

Comments
 (0)