Skip to content

Commit 523f616

Browse files
authored
Fix typo, geekosaur ++
close #1683
1 parent b73921b commit 523f616

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
@@ -284,7 +284,7 @@ L<perlunicode|http://perldoc.perl.org/perlunicode.html> documentation:
284284
285285
For example, C«<:Lu>» matches a single, upper-case letter.
286286
287-
It's negation is this: C«<:!property>». So, C«<:!Lu>» matches a single
287+
Its negation is this: C«<:!property>». So, C«<:!Lu>» matches a single
288288
character that isn't an upper-case letter.
289289
290290
Categories can be used together, with an infix operator:

0 commit comments

Comments
 (0)