Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

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

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