Skip to content

Commit 38fc995

Browse files
committed
Mention .put for machine readable output.
1 parent 455f420 commit 38fc995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Mu.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ adding a newline at end.
171171
multi method say() returns Bool:D
172172
173173
Prints value to C<$*OUT> after stringification using C<.gist> method with
174-
newline at end.
174+
newline at end. To produce machine readable output use C<.put>.
175175
176176
say 42; # 42
177177

0 commit comments

Comments
 (0)