Skip to content

Commit dd8d05b

Browse files
committed
Clarify behavior of raku method on type objects
1 parent eb399be commit dd8d05b

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
@@ -186,7 +186,7 @@ near future. Use C<.raku> instead.
186186
multi method raku(Mu:D:)
187187
188188
For type objects, returns its name if C<.perl> has not been redefined from
189-
Mu, or calls C<.perl> o the name of the type object otherwise.
189+
Mu, or calls C<.perl> on the type object otherwise.
190190
191191
say Str.raku; # OUTPUT: «Str␤»
192192

0 commit comments

Comments
 (0)