summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-08 21:21:17 -0600
committerKarl Williamson <khw@cpan.org>2015-09-03 23:10:37 -0600
commit4a4088c46812cbd5bfe69cf9728912de92c28b94 (patch)
treeff2642d4f0a20b71043c762b42f5f4a5b498033c /pad.c
parentdfcfced87c53cd0e680cd0c19f02f785a2ad6692 (diff)
downloadperl-4a4088c46812cbd5bfe69cf9728912de92c28b94.tar.gz
perlapi use 'UTF-8' instead of variants of that
Diffstat (limited to 'pad.c')
-rw-r--r--pad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pad.c b/pad.c
index 9bb8cfeca7..def5b579ba 100644
--- a/pad.c
+++ b/pad.c
@@ -2783,7 +2783,7 @@ Perl_padnamelist_dup(pTHX_ PADNAMELIST *srcpad, CLONE_PARAMS *param)
/*
=for apidoc newPADNAMEpvn
-Constructs and returns a new pad name. C<s> must be a UTF8 string. Do not
+Constructs and returns a new pad name. C<s> must be a UTF-8 string. Do not
use this for pad names that point to outer lexicals. See
C<L</newPADNAMEouter>>.