Skip to content

Commit 0eb5975

Browse files
committed
Resolved DrkSephy#73: Iterable -> Iterator
1 parent 4cd9f2a commit 0eb5975

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
@@ -763,7 +763,7 @@ class SomeReadableType {
763763
}
764764
```
765765

766-
> A notable example of Symbol use for interoperability is `Symbol.iterable` which exists on all iterable and iterator
766+
> A notable example of Symbol use for interoperability is `Symbol.iterator` which exists on all iterable
767767
types in ES6: Arrays, strings, generators, etc. When called as a method it returns an object with an Iterator
768768
interface.
769769

0 commit comments

Comments
 (0)