Skip to content

Commit 9257760

Browse files
authored
Clarrify .put does not call .Str on Str objects
1 parent 9de42a4 commit 9257760

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
@@ -205,8 +205,8 @@ adding a newline at end.
205205
206206
multi method put() returns Bool:D
207207
208-
Prints value to C<$*OUT> after stringification using C<.Str> method adding a
209-
newline at end.
208+
Prints value to C<$*OUT>, adding a newline at end, and if necessary,
209+
stringifying non-C<Str> object using the C<.Str> method.
210210
211211
"abc".put; # abc␤
212212

0 commit comments

Comments
 (0)