Skip to content

Commit 1305ae6

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

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
@@ -15,7 +15,7 @@ fn main() {
1515
```
1616

1717
At present, it is not permitted to pass more than one explicit
18-
parameter for a generator.This can be fixed by using only
18+
parameter for a generator.This can be fixed by using
1919
0 or 1 parameter for generator. So, for example, we might resolve
2020
the previous example by passing only one parameter.
2121

0 commit comments

Comments
 (0)