summaryrefslogtreecommitdiff
path: root/pod/perlrecharclass.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-08-28 12:08:04 -0600
committerKarl Williamson <public@khwilliamson.com>2011-09-02 11:57:44 -0600
commit67592e11cc42a8fb72032b07a75750873bd86cf6 (patch)
tree708c66ca497fde6e110411abd87ca9da0a8e7a67 /pod/perlrecharclass.pod
parent9a74aa57c6171e0a53a4defac910aed66bc40363 (diff)
downloadperl-67592e11cc42a8fb72032b07a75750873bd86cf6.tar.gz
Unicode::UCD: Make pod header consistent
All the other function headers in this pod look like what this patch makes this one look like. Corresponding links to it are also revised.
Diffstat (limited to 'pod/perlrecharclass.pod')
-rw-r--r--pod/perlrecharclass.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod
index 0e583fd902..fef220fc11 100644
--- a/pod/perlrecharclass.pod
+++ b/pod/perlrecharclass.pod
@@ -109,7 +109,7 @@ very much like an ASCII DIGIT EIGHT (U+0038). An application that
is expecting only the ASCII digits might be misled, or if the match is
C<\d+>, the matched string might contain a mixture of digits from
different writing systems that look like they signify a number different
-than they actually do. L<Unicode::UCDE<sol>num()|Unicode::UCD/num> can
+than they actually do. L<Unicode::UCD/num()> can
be used to safely
calculate the value, returning C<undef> if the input string contains
such a mixture.