Skip to content

Commit b10f9b2

Browse files
committed
Fix link to sprintf directives
Closes #4309
1 parent fde0a2b commit b10f9b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Cool.rakudoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ Coerces the invocant to L<C<IO::Path>|/type/IO::Path>.
13321332
method sprintf(*@args)
13331333

13341334
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;
13361336
the object will be the format string, while the supplied arguments will be
13371337
what's going to be formatted according to it.
13381338

@@ -1344,7 +1344,7 @@ what's going to be formatted according to it.
13441344
method printf(*@args)
13451345

13461346
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
13481348

13491349
=for code
13501350
"%.8f".printf(now - now ); # OUTPUT: «-0.00004118»

0 commit comments

Comments
 (0)