File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1391,7 +1391,7 @@ X<| printf - perlfunc>
1391
1391
= item printf
1392
1392
1393
1393
Raku version is similar; see
1394
- L < sprintf|/type/Str#sub_sprintf > for details
1394
+ L < sprintf|/routine/sprintf > for details
1395
1395
on acceptable format directives. To print to a filehandle other than
1396
1396
STDOUT, use the L « C < .printf > |/routine/printf» method on that filehandle.
1397
1397
Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ Defined as:
573
573
574
574
Formats a string based on the given format and arguments and C < .print > s the
575
575
result into the filehandle. See
576
- L < sub sprintf|/type/Str#sub_sprintf > for details on
576
+ L < sprintf|/routine/sprintf > for details on
577
577
acceptable format directives.
578
578
579
579
Attempting to call this method when the handle is
You can’t perform that action at this time.
0 commit comments