Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clarrify .put does not call .Str on Str objects
  • Loading branch information
zoffixznet committed Dec 6, 2016
1 parent 9de42a4 commit 9257760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Mu.pod6
Expand Up @@ -205,8 +205,8 @@ adding a newline at end.
multi method put() returns Bool:D
Prints value to C<$*OUT> after stringification using C<.Str> method adding a
newline at end.
Prints value to C<$*OUT>, adding a newline at end, and if necessary,
stringifying non-C<Str> object using the C<.Str> method.
"abc".put; # abc␤
Expand Down

0 comments on commit 9257760

Please sign in to comment.