Skip to content

Commit 0f19a72

Browse files
committed
Fix typo in Chapter 5
Closes marijnh#250
1 parent 1a1aeed commit 0f19a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05_higher_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ give a full Unicode character. So we could use that to get characters
657657
from a string. But the argument passed to `codePointAt` is still an
658658
index into the sequence of code units. So to run over all characters
659659
in a string, we'd still need to deal with the question of whether a
660-
charcter takes up one or two code units.
660+
character takes up one or two code units.
661661

662662
{{index "for/of loop", character}}
663663

0 commit comments

Comments
 (0)