Skip to content

Commit a070551

Browse files
authored
Merge pull request #21 from stefanoantonel/patch-1
Fix typo
2 parents 0a5bfca + 17a777b commit a070551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
489489
An iterator implements the Iterator protocol by having a next() method that returns an object with two properties:
490490
491491
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.
492+
2. **done:** returns true if the last value in the sequence has already been consumed.
493493
494494
You can make the object iterable by defining a `Symbol.iterator` property on it.
495495

0 commit comments

Comments
 (0)