Skip to content

Commit 4eafbfe

Browse files
authored
Merge pull request #731 from molecules/patch-3
syntax correction
2 parents d2cc0ca + 5722f79 commit 4eafbfe

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
@@ -367,7 +367,7 @@ This includes the numeric ranges starting from 0:
367367
or a Whatever operator for an infinite range with a non inclusive minimum:
368368
369369
=begin code
370-
say so 'aaaa' ~~ /a ~~ 1^..*/; # True
370+
say so 'aaaa' ~~ /a ** 1^..*/; # True
371371
=end code
372372
373373
=head2 X<Modified quantifier: %|regex,%;regex,%%>

0 commit comments

Comments
 (0)