Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added missing link pod syntax
  • Loading branch information
ufobat committed Feb 11, 2019
1 parent 8935f13 commit 6126c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Mu.pod6
Expand Up @@ -432,7 +432,7 @@ L<standard output|/language/variables#index-entry-$*OUT>.
say 42; # OUTPUT: «42␤»
What C<say> actually does is, thus, deferred to the actual subclass. In <most
What C<say> actually does is, thus, deferred to the actual subclass. In L<most
cases|/routine/say> it calls L<C<.gist>|/routine/gist> on the object, returning
a compact string representation.
Expand Down

0 comments on commit 6126c6c

Please sign in to comment.