Minor change

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

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 1 parameter for the generator. For example, we might resolve
at most one parameter for the generator. For example, we might resolve
the previous example by passing only one parameter.
```