Skip to content

Commit

Permalink
Fix link to $*OUT in Mu
Browse files Browse the repository at this point in the history
Fixes #2511.
  • Loading branch information
treyharris committed Dec 16, 2018
1 parent abb6bb6 commit 3b53e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Mu.pod6
Expand Up @@ -423,7 +423,7 @@ stringifying non-C<Str> object using the C<.Str> method.
multi method say(--> Bool:D)
Will L<C<say>|/type/IO::Handle#method_say> to
L<standard output|/language/variables#index-entry-%24*OUT>.
L<standard output|/language/variables#index-entry-$*OUT>.
To produce machine readable output use C<.put> instead.
say 42; # OUTPUT: «42␤»
Expand Down

0 comments on commit 3b53e06

Please sign in to comment.