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 70a80ec commit 6f58ed0Copy full SHA for 6f58ed0
doc/Type/IO/Handle.pod6
@@ -377,10 +377,9 @@ Defined as:
377
378
multi method say(IO::Handle:D: **@text --> True)
379
380
-This method is identical to L<print|/type/IO::Handle#method_print> except
381
-that it stringifies its arguments by calling C<.gist> on them and
382
-auto-appends a newline, with a call to L<print-nl|/type/IO::Handle#method_print-nl>,
383
-after the final argument.
+This method is identical to L<put|/type/IO::Handle#method_put> except
+that it stringifies its arguments by calling L«C<.gist>|/routine/gist» instead
+of L«C<.Str>|/routine/Str».
384
385
Attempting to call this method when the handle is
386
L<in binary mode|/type/IO::Handle#method_encoding> will result in
0 commit comments