Skip to content

Commit 17a777b

Browse files
Fix typo
1 parent 0a5bfca commit 17a777b

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)