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 1a1aeed commit 0f19a72Copy full SHA for 0f19a72
05_higher_order.md
@@ -657,7 +657,7 @@ give a full Unicode character. So we could use that to get characters
657
from a string. But the argument passed to `codePointAt` is still an
658
index into the sequence of code units. So to run over all characters
659
in a string, we'd still need to deal with the question of whether a
660
-charcter takes up one or two code units.
+character takes up one or two code units.
661
662
{{index "for/of loop", character}}
663
0 commit comments