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 cbd1f9c commit 777e045Copy full SHA for 777e045
src/ch08-03-hash-maps.md
@@ -371,7 +371,7 @@ map that stores words and counts</span>
371
<!--
372
This code will print `{"world": 2, "hello": 1, "wonderful": 1}`. You might see
373
the same key/value pairs printed in a different order: recall from the
374
-[“Accessing Values in a Hash Map”][access]<!-- ignore --> section that
+[“Accessing Values in a Hash Map”][access] section that
375
iterating over a hash map happens in an arbitrary order.
376
-->
377
0 commit comments