summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2012-04-24 22:44:23 -0400
committerRicardo Signes <rjbs@cpan.org>2012-04-24 23:04:46 -0400
commit4ce498ef314a992afddda96f72c5c81cddcf90ce (patch)
tree3ee4fc16fad007890455a7b3331c8db78c792f49 /pod/perlunicode.pod
parentb735b77b373b25182762b9b76850586c9d74e2ab (diff)
downloadperl-4ce498ef314a992afddda96f72c5c81cddcf90ce.tar.gz
minor unicode doc tweaks
reported by Tom Christiansen
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 97f800ba19..adaa09975d 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -1027,7 +1027,7 @@ But in this particular example, you probably really want
which will match assigned characters known to be part of the Greek script.
-Also see the L<Unicode::Regex::Set> module, it does implement the full
+Also see the L<Unicode::Regex::Set> module; it does implement the full
UTS#18 grouping, intersection, union, and removal (subtraction) syntax.
[b] '+' for union, '-' for removal (set-difference), '&' for intersection