Skip to content

Commit

Permalink
Merge pull request #21 from stefanoantonel/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
sudheerj authored Nov 28, 2023
2 parents 0a5bfca + 17a777b commit a070551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
An iterator implements the Iterator protocol by having a next() method that returns an object with two properties:
1. **value:** The next value in the iteration sequence.
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.
You can make the object iterable by defining a `Symbol.iterator` property on it.
Expand Down

0 comments on commit a070551

Please sign in to comment.