File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1332,7 +1332,7 @@ Coerces the invocant to L<C<IO::Path>|/type/IO::Path>.
1332
1332
method sprintf(*@args)
1333
1333
1334
1334
Returns a string according to a series of L<format
1335
- directives|/routine/sprintf #Directives> that are common in many languages;
1335
+ directives|/type/independent-routines #Directives> that are common in many languages;
1336
1336
the object will be the format string, while the supplied arguments will be
1337
1337
what's going to be formatted according to it.
1338
1338
@@ -1344,7 +1344,7 @@ what's going to be formatted according to it.
1344
1344
method printf(*@args)
1345
1345
1346
1346
Uses the object, as long as it is a L<format
1347
- string|/routine/sprintf #Directives>, to format and print the arguments
1347
+ string|type/independent-routines #Directives>, to format and print the arguments
1348
1348
1349
1349
=for code
1350
1350
"%.8f".printf(now - now ); # OUTPUT: «-0.00004118»
You can’t perform that action at this time.
0 commit comments