summaryrefslogtreecommitdiff
path: root/hv.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 /hv.c
parentdfcfced87c53cd0e680cd0c19f02f785a2ad6692 (diff)
downloadperl-4a4088c46812cbd5bfe69cf9728912de92c28b94.tar.gz
perlapi use 'UTF-8' instead of variants of that
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index c7e1eb1edd..9271901395 100644
--- a/hv.c
+++ b/hv.c
@@ -3607,7 +3607,7 @@ Perl_cop_fetch_label(pTHX_ COP *const cop, STRLEN *len, U32 *flags) {
Save a label into a C<cop_hints_hash>.
You need to set flags to C<SVf_UTF8>
-for a utf-8 label.
+for a UTF-8 label.
=cut
*/