Skip to content

Commit 5d7d794

Browse files
committed
re/pat.t: Fix typo in comment
1 parent 7f8d30a commit 5d7d794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/re/pat.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ EOP
15101510
ok("\x{017F}\x{017F}" =~ qr/^[$sharp_s]?$/i, "[] to EXACTish optimization");
15111511
}
15121512

1513-
{ # Test that it avoids spllitting a multi-char fold across nodes.
1513+
{ # Test that it avoids splitting a multi-char fold across nodes.
15141514
# These all fold to things that are like 'ss', which, if split across
15151515
# nodes could fail to match a single character that folds to the
15161516
# combination. 1F0 byte expands when folded;

0 commit comments

Comments
 (0)