summaryrefslogtreecommitdiff
path: root/lib/Unicode
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-06-01 10:49:29 -0600
committerKarl Williamson <khw@cpan.org>2019-05-25 22:15:23 -0600
commit464867937fe839656941a55bd5c823fcade11b99 (patch)
treebf696dbdd1979b88b746d338bf60a7bfecb0fec1 /lib/Unicode
parent53cb450350b86f88efc3a123b5d69975ee3297e6 (diff)
downloadperl-464867937fe839656941a55bd5c823fcade11b99.tar.gz
Unicode::UCD: Use L</Foo Bar>, not L<Foo Bar>
Diffstat (limited to 'lib/Unicode')
-rw-r--r--lib/Unicode/UCD.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm
index 1f04bca038..115faa9785 100644
--- a/lib/Unicode/UCD.pm
+++ b/lib/Unicode/UCD.pm
@@ -5,7 +5,7 @@ use warnings;
no warnings 'surrogate'; # surrogates can be inputs to this
use charnames ();
-our $VERSION = '0.72';
+our $VERSION = '0.73';
require Exporter;
@@ -4025,7 +4025,7 @@ sub search_invlist {
C<search_invlist> is used to search an inversion list returned by
C<prop_invlist> or C<prop_invmap> for a particular L</code point argument>.
C<undef> is returned if the code point is not found in the inversion list
-(this happens only when it is not a legal L<code point argument>, or is less
+(this happens only when it is not a legal L</code point argument>, or is less
than the list's first element). A warning is raised in the first instance.
Otherwise, it returns the index into the list of the range that contains the