Skip to content

Commit 625f9a4

Browse files
committed
brace vs. bracket
1 parent 6ae8467 commit 625f9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/regexes.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ say '$333' ~~ m/^^ <?[$]> . \d+ /; # OUTPUT: «「$333」␤»
901901
=end code
902902
903903
They can be positive or negative: C<![]> is negative, while C<?[]> is
904-
positive; the square braces will include the characters or backslashed
904+
positive; the square brackets will include the characters or backslashed
905905
character classes that are going to be matched.
906906
907907
You can use predefined character classes and Unicode properties directly

0 commit comments

Comments
 (0)