Skip to content

Commit 92289bc

Browse files
Correction of typo
1 parent b0d5cf9 commit 92289bc

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
@@ -44,7 +44,7 @@ operators:
4444
$match = m/.+/; say $match; say $match.^name; # OUTPUT: «「abc」␤Match␤»
4545
$match = /.+/; say $match; say $match.^name; # OUTPUT: «/.+/␤Regex␤»
4646
47-
Whitespace in literal regexes is ignored insofar as the L<:sigspace>
47+
Whitespace in literal regexes is ignored insofar as the L<:sigspace
4848
adverb|/language/regexes#Sigspace> is not used to make whitespace syntactically
4949
significant.
5050

0 commit comments

Comments
 (0)