summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-10-09 09:39:27 -0600
committerKarl Williamson <khw@cpan.org>2019-10-09 10:19:20 -0600
commitbd350c85f2b40fbbcd57c61670e9aff330675586 (patch)
tree6d1ff9ee26720a15e86f0f1b7c1e7ae14f10230b /handy.h
parenta578d0f3e37a8500429796cdeeba96dbba029778 (diff)
downloadperl-bd350c85f2b40fbbcd57c61670e9aff330675586.tar.gz
Fix pod entry for toLOWER_utf8
It was missing a parameter
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index 8349fd1699..e89b43449d 100644
--- a/handy.h
+++ b/handy.h
@@ -1153,7 +1153,7 @@ The first code point of the lowercased version is returned
(but note, as explained at L<the top of this section|/Character case
changing>, that there may be more).
-=for apidoc Am|UV|toLOWER_utf8|U8* p|U8* s|STRLEN* lenp
+=for apidoc Am|UV|toLOWER_utf8|U8* p|U8* e|U8* s|STRLEN* lenp
Converts the first UTF-8 encoded character in the sequence starting at C<p> and
extending no further than S<C<e - 1>> to its lowercase version, and
stores that in UTF-8 in C<s>, and its length in bytes in C<lenp>. Note