summaryrefslogtreecommitdiff
path: root/pad.h
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.h
parentdfcfced87c53cd0e680cd0c19f02f785a2ad6692 (diff)
downloadperl-4a4088c46812cbd5bfe69cf9728912de92c28b94.tar.gz
perlapi use 'UTF-8' instead of variants of that
Diffstat (limited to 'pad.h')
-rw-r--r--pad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pad.h b/pad.h
index 5d7906ecb4..941ca10526 100644
--- a/pad.h
+++ b/pad.h
@@ -232,7 +232,7 @@ slot.
The length of the name.
=for apidoc Amx|bool|PadnameUTF8|PADNAME pn
-Whether PadnamePV is in UTF8. Currently, this is always true.
+Whether PadnamePV is in UTF-8. Currently, this is always true.
=for apidoc Amx|SV *|PadnameSV|PADNAME pn
Returns the pad name as a mortal SV.