Skip to content

Commit 4993047

Browse files
committed
Fixed typo
1 parent 3754fdc commit 4993047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/regexes.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ is possible: C<a ** 5> matches C<a> exactly five times.
351351
say Bool('aaaaa' ~~ /a ** 5/); #-> True
352352
=end code
353353
354-
It is also posible to use non inclusive ranges using a carat:
354+
It is also posible to use non inclusive ranges using a caret:
355355
356356
=begin code
357357
say Bool('a' ~~ /a ** 1^..^6); #-> False

0 commit comments

Comments
 (0)