Skip to content

Commit f7fcb58

Browse files
Update src/librustc_error_codes/error_codes/E0628.md
Co-Authored-By: Dylan DPC <dylan.dpc@gmail.com>
1 parent 1305ae6 commit f7fcb58

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-
0 or 1 parameter for generator. So, 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)