pod: fix a few articles in doc files

This commit is contained in:
vaitkus 2024-09-04 16:35:29 +03:00 committed by Karl Williamson
parent dfa614ff48
commit 601fb133ad
3 changed files with 3 additions and 3 deletions

View File

@ -1449,7 +1449,7 @@ Two flag bits are currently supported.
=item C<SVf_UTF8>
This will call C<SvUTF8_on()> for you. (Note that this does not convert an
This will call C<SvUTF8_on()> for you. (Note that this does not convert a
sequence of ISO 8859-1 characters to UTF-8). A wrapper, C<newSVpvn_utf8()>
is available for this.

View File

@ -1085,7 +1085,7 @@ the regex to utf8 is necessary but this isn't known when the compilation begins.
=head2 String appending is 100 times faster
When doing a lot of string appending, perls built to use the system's
C<malloc> could end up allocating a lot more memory than needed in a
C<malloc> could end up allocating a lot more memory than needed in an
inefficient way.
C<sv_grow>, the function used to allocate more memory if necessary

View File

@ -1568,7 +1568,7 @@ Unicode normalization tests have been added.
=item *
t/test.pl: Add ability to cancel an watchdog timer
t/test.pl: Add ability to cancel a watchdog timer
=back