Minor change

This commit is contained in:
Ayush Kumar Mishra 2020-03-13 10:52:41 +05:30
parent 00c6abe92f
commit c33c88bcbd

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
at most one parameter for the generator. 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.
```