Skip to content

Commit 6994fc0

Browse files
authored
Update article.md
", we have an object that is not an array, " -> ", we have an object that is not an array, "
1 parent 0a2172a commit 6994fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/06-iterable/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If an object isn't technically an array, but represents a collection (list, set)
1212

1313
We can easily grasp the concept of iterables by making one of our own.
1414

15-
For instance, we have an object, that is not an array, but looks suitable for `for..of`.
15+
For instance, we have an object that is not an array, but looks suitable for `for..of`.
1616

1717
Like a `range` object that represents an interval of numbers:
1818

0 commit comments

Comments
 (0)