projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ff56e4f
)
Typo in perl5178delta
author
Karl Williamson <public@khwilliamson.com>
Tue, 22 Jan 2013 21:02:27 +0000 (14:02 -0700)
committer
Karl Williamson <public@khwilliamson.com>
Thu, 24 Jan 2013 02:35:34 +0000 (19:35 -0700)
Spotted by Hugo van der Sanden
pod/perl5178delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl5178delta.pod
b/pod/perl5178delta.pod
index
41821fc
..
a7cfd85
100644
(file)
--- a/
pod/perl5178delta.pod
+++ b/
pod/perl5178delta.pod
@@
-16,7
+16,7
@@
L<perl5177delta>, which describes differences between 5.17.6 and 5.17.7.
=head2 Regular Expression Set Operations
-This is an experimental feature to allow matching against the the union,
+This is an experimental feature to allow matching against the union,
intersection, etc., of sets of code points, similar to
L<Unicode::Regex::Set>. It can also be used to extend C</x> processing
to [bracketed] character classes, and as a replacement of user-defined