Skip to content

Commit 373c60b

Browse files
committed
List IO::Handle.say as multi
1 parent 2c79a41 commit 373c60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ $fh.close;
356356
357357
Defined as:
358358
359-
method say(IO::Handle:D: |)
359+
multi method say(IO::Handle:D: **@text --> True)
360360
361361
This method is identical to L<print|/type/IO::Handle#method_print> except
362362
that it stringifies its arguments by calling C<.gist> on them and

0 commit comments

Comments
 (0)