Skip to content

Commit 83e312d

Browse files
Typo fix
1 parent fed6894 commit 83e312d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/api_en/include/HashMap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hm.put("Ava", 1);
2222
hm.put("Cait", 35);
2323
hm.put("Casey", 36);
2424
25-
// Using an enhanced loop to interate over each entry
25+
// Using an enhanced loop to iterate over each entry
2626
for (Map.Entry me : hm.entrySet()) {
2727
print(me.getKey() + " is ");
2828
println(me.getValue());

0 commit comments

Comments
 (0)