summaryrefslogtreecommitdiff
path: root/pod/perluniintro.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/perluniintro.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/perluniintro.pod')
-rw-r--r--pod/perluniintro.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod
index a8a927df7e..778c5de5be 100644
--- a/pod/perluniintro.pod
+++ b/pod/perluniintro.pod
@@ -617,7 +617,7 @@ besides the familiar 0 to 9, such as the Arabic and Indic digits.
Perl does not support string-to-number conversion for digits other
than ASCII 0 to 9 (and ASCII a to f for hexadecimal).
To get safe conversions from any Unicode string, use
-L<Unicode::UCDE<sol>num()|Unicode::UCD/num>.
+L<Unicode::UCD/num()>.
=back