Update src/librustc_error_codes/error_codes/E0628.md

Co-Authored-By: Dylan DPC <dylan.dpc@gmail.com>
This commit is contained in:
Ayush Mishra 2020-03-13 08:14:45 +05:30 committed by GitHub
parent 1305ae6813
commit f7fcb589cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ fn main() {
At present, it is not permitted to pass more than one explicit
parameter for a generator.This can be fixed by using
0 or 1 parameter for generator. So, for example, we might resolve
at most 1 parameter for the generator. For example, we might resolve
the previous example by passing only one parameter.
```