Skip to content

Commit cb967cf

Browse files
authored
Merge pull request #1657 from gfldex/patch-2
link to /routine/gist
2 parents 9f8aa4e + 67ea14b commit cb967cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Mu.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ stringifying non-C<Str> object using the C<.Str> method.
301301
302302
multi method say(--> Bool:D)
303303
304-
Prints value to C<$*OUT> after stringification using C<.gist> method with
304+
Prints value to C<$*OUT> after stringification using L<gist|/routine/gist> method with
305305
newline at end. To produce machine readable output use C<.put>.
306306
307307
say 42; # OUTPUT: «42␤»

0 commit comments

Comments
 (0)