mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
utf8.c: fix typo in pod
This commit is contained in:
parent
0501f9a893
commit
e0aa61c655
2
utf8.c
2
utf8.c
@ -3672,7 +3672,7 @@ Perl__swash_to_invlist(pTHX_ SV* const swash)
|
||||
=for apidoc uvchr_to_utf8
|
||||
|
||||
Adds the UTF-8 representation of the Native code point C<uv> to the end
|
||||
of the string C<d>; C<d> should be have at least C<UTF8_MAXBYTES+1> free
|
||||
of the string C<d>; C<d> should have at least C<UTF8_MAXBYTES+1> free
|
||||
bytes available. The return value is the pointer to the byte after the
|
||||
end of the new character. In other words,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user