summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-12-14 11:38:12 -0700
committerKarl Williamson <khw@cpan.org>2016-12-14 12:00:48 -0700
commit7a65503b47db3b8dbe630d34b49208a49fc80c51 (patch)
tree1d156a555f6974c89a0f5af76080f34f1083908a
parent550da823671593422eeea6b6b8345c29de1a11ba (diff)
downloadperl-7a65503b47db3b8dbe630d34b49208a49fc80c51.tar.gz
perlapi: Clarify entry for utf8n_to_uvchr()
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index f748c2001d..8dc6a12c07 100644
--- a/utf8.c
+++ b/utf8.c
@@ -937,7 +937,7 @@ to a C<U32> variable, which this function sets to indicate any errors found.
Upon return, if C<*errors> is 0, there were no errors found. Otherwise,
C<*errors> is the bit-wise C<OR> of the bits described in the list below. Some
of these bits will be set if a malformation is found, even if the input
-C<flags> parameter indicates that the given malformation is allowed; the
+C<flags> parameter indicates that the given malformation is allowed; those
exceptions are noted:
=over 4