Skip to content

Commit f6cb045

Browse files
committed
Fix inconsistent sentence in Chapter 5
Closes marijnh#546
1 parent 570f4a2 commit f6cb045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

06_object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ I mentioned in [Chapter ?](data#for_of_loop) that a `for`/`of` loop
603603
can loop over several kinds of data structures. This is another case
604604
of polymorphism—such loops expect the data structure to expose a
605605
specific interface, which arrays and strings do. And we can also add
606-
this interface to your own objects! But before we can do that, we need
606+
this interface to our own objects! But before we can do that, we need
607607
to know what symbols are.
608608

609609
## Symbols

0 commit comments

Comments
 (0)