Skip to content

Commit 777e045

Browse files
committed
コメントの閉じ方の誤りを修正
1 parent cbd1f9c commit 777e045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch08-03-hash-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ map that stores words and counts</span>
371371
<!--
372372
This code will print `{"world": 2, "hello": 1, "wonderful": 1}`. You might see
373373
the same key/value pairs printed in a different order: recall from the
374-
[“Accessing Values in a Hash Map”][access]<!-- ignore --> section that
374+
[“Accessing Values in a Hash Map”][access] section that
375375
iterating over a hash map happens in an arbitrary order.
376376
-->
377377

0 commit comments

Comments
 (0)