Skip to content

Commit ac4e630

Browse files
committed
Use code formatting and link to routine documentation
1 parent 7082554 commit ac4e630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Mu.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ the near future. Use C<.raku> instead.
183183
multi method raku(Mu:D:)
184184
185185
For type objects, returns its name if C<.raku> has not been redefined from
186-
Mu, or calls C<.raku> on the name of the type object otherwise.
186+
C<Mu>, or calls C<.raku> on the name of the type object otherwise.
187187
188188
say Str.raku; # OUTPUT: «Str␤»
189189
190190
For plain objects, it will conventionally return a representation of the object
191-
that can be used via EVAL to reconstruct the value of the object.
191+
that can be used via L«C<EVAL>|/routine/EVAL» to reconstruct the value of the object.
192192
193193
say (1..3).Set.raku; # OUTPUT: «Set.new(1,2,3)␤»
194194

0 commit comments

Comments
 (0)