Skip to content

Commit e338a6f

Browse files
committed
[S32/IO] change say to use .gist instead of .Str
1 parent 7812d5d commit e338a6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

S32-setting-library/IO.pod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,9 @@ the empty list at runtime.)
450450

451451
=item multi say (*@LIST --> Bool)
452452

453-
This is identical to print() except that it auto-appends the C<output-line-separator> after
454-
the final argument.
453+
This is identical to print() except that it stringifies its arguments by calling
454+
C<.gist> on them and auto-appends the C<output-line-separator> after the final
455+
argument.
455456

456457
Was: print "Hello, world!\n";
457458
Now: say "Hello, world!";

0 commit comments

Comments
 (0)