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.
2 parents b35cda5 + 54fa215 commit d39de36Copy full SHA for d39de36
docs/types/mapping-types.rst
@@ -119,7 +119,7 @@ Iterable Mappings
119
You cannot iterate over mappings, i.e. you cannot enumerate their keys.
120
It is possible, though, to implement a data structure on
121
top of them and iterate over that. For example, the code below implements an
122
-``IterableMapping`` library that the ``User`` contract then adds data too, and
+``IterableMapping`` library that the ``User`` contract then adds data to, and
123
the ``sum`` function iterates over to sum all the values.
124
125
.. code-block:: solidity
0 commit comments