Skip to content

Commit 1909220

Browse files
committed
Improve description of <?>
1 parent 5d579ef commit 1909220

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
@@ -1377,7 +1377,7 @@ closing construct even when there's no opening bracket:
13771377
"3)" ~~ / <?> ~ ')' \d+ /; # RESULT: «「3)」»
13781378
"(3)" ~~ / <?> ~ ')' \d+ /; # RESULT: «「3)」»
13791379
1380-
Here <?> returns true on the first null string.
1380+
Here C«<?>» successfully matches the null string.
13811381
13821382
The order of the regex capture is original:
13831383

0 commit comments

Comments
 (0)