We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a5bfca + 17a777b commit a070551Copy full SHA for a070551
README.md
@@ -489,7 +489,7 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
489
An iterator implements the Iterator protocol by having a next() method that returns an object with two properties:
490
491
1. **value:** The next value in the iteration sequence.
492
- 2. **done:** returns rue if the last value in the sequence has already been consumed.
+ 2. **done:** returns true if the last value in the sequence has already been consumed.
493
494
You can make the object iterable by defining a `Symbol.iterator` property on it.
495
0 commit comments