Skip to content

Commit d0895a3

Browse files
committed
perlapi: Rmv extraneous minus sign
1 parent 00eb7c7 commit d0895a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utf8.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ C<UTF8_DISALLOW_SUPER> or the C<UTF8_WARN_SUPER> flags.
12881288
12891289
=item C<UTF8_GOT_SURROGATE>
12901290
1291-
The input sequence was malformed in that it is for a -Unicode UTF-16 surrogate
1291+
The input sequence was malformed in that it is for a Unicode UTF-16 surrogate
12921292
code point.
12931293
This bit is set only if the input C<flags> parameter contains either the
12941294
C<UTF8_DISALLOW_SURROGATE> or the C<UTF8_WARN_SURROGATE> flags.

0 commit comments

Comments
 (0)