Skip to content

Commit 4c62bc0

Browse files
committed
perlapi: Correct pod for byte_to_utf8
1 parent e1cbf02 commit 4c62bc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utf8.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3280,9 +3280,9 @@ You don't have to know if memory was allocated or not. Just call C<Safefree>
32803280
unconditionally. C<free_me> will contain a suitable value to pass to
32813281
C<Safefree> for it to do the right thing, regardless.
32823282
3283-
Upon return, the number of variants in the string can be computed by
3284-
having saved the value of C<*lenp> before the call, and subtracting it from the
3285-
after-call value of C<*lenp>.
3283+
Upon return, the number of variants in the string can be computed by having
3284+
saved the value of C<*lenp> before the call, and subtracting the after-call
3285+
value of C<*lenp> from it.
32863286
32873287
If you want to convert to UTF-8 from encodings other than the native (Latin1 or
32883288
EBCDIC), see L</sv_recode_to_utf8>().

0 commit comments

Comments
 (0)