We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7082554 commit ac4e630Copy full SHA for ac4e630
doc/Type/Mu.pod6
@@ -183,12 +183,12 @@ the near future. Use C<.raku> instead.
183
multi method raku(Mu:D:)
184
185
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.
+C<Mu>, or calls C<.raku> on the name of the type object otherwise.
187
188
say Str.raku; # OUTPUT: «Str»
189
190
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.
+that can be used via L«C<EVAL>|/routine/EVAL» to reconstruct the value of the object.
192
193
say (1..3).Set.raku; # OUTPUT: «Set.new(1,2,3)»
194
0 commit comments