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 fed6894 commit 83e312dCopy full SHA for 83e312d
1 file changed
content/api_en/include/HashMap.xml
@@ -22,7 +22,7 @@ hm.put("Ava", 1);
22
hm.put("Cait", 35);
23
hm.put("Casey", 36);
24
25
-// Using an enhanced loop to interate over each entry
+// Using an enhanced loop to iterate over each entry
26
for (Map.Entry me : hm.entrySet()) {
27
print(me.getKey() + " is ");
28
println(me.getValue());
0 commit comments