Skip to content

Commit d6ffb79

Browse files
committed
Fix references to sprintf routine
1 parent 279df97 commit d6ffb79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Language/5to6-perlfunc.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@ X<| printf - perlfunc>
13911391
=item printf
13921392
13931393
Raku version is similar; see
1394-
L<sprintf|/type/Str#sub_sprintf> for details
1394+
L<sprintf|/routine/sprintf> for details
13951395
on acceptable format directives. To print to a filehandle other than
13961396
STDOUT, use the L«C<.printf>|/routine/printf» method on that filehandle.
13971397

doc/Type/IO/Handle.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ Defined as:
573573
574574
Formats a string based on the given format and arguments and C<.print>s the
575575
result into the filehandle. See
576-
L<sub sprintf|/type/Str#sub_sprintf> for details on
576+
L<sprintf|/routine/sprintf> for details on
577577
acceptable format directives.
578578
579579
Attempting to call this method when the handle is

0 commit comments

Comments
 (0)