We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570f4a2 commit f6cb045Copy full SHA for f6cb045
06_object.md
@@ -603,7 +603,7 @@ I mentioned in [Chapter ?](data#for_of_loop) that a `for`/`of` loop
603
can loop over several kinds of data structures. This is another case
604
of polymorphism—such loops expect the data structure to expose a
605
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
+this interface to our own objects! But before we can do that, we need
607
to know what symbols are.
608
609
## Symbols
0 commit comments