Skip to content

Commit 2d8c2f7

Browse files
committed
Fix missing word in Chapter 9
1 parent e11898e commit 2d8c2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09_regexp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ Unicode standard considers whitespace, including things like the
10781078
((implementation))s in other programming languages have syntax to
10791079
match specific ((Unicode)) character categories, such as “all
10801080
uppercase letters”, “all punctuation”, or “control characters”. There
1081-
are plans to add support for such categories JavaScript, but it
1081+
are plans to add support for such categories to JavaScript, but it
10821082
unfortunately looks like they won't be realized in the near ((future)).
10831083

10841084
[[summary_regexp]]

0 commit comments

Comments
 (0)