Skip to content

Commit 3aa60c6

Browse files
committed
Use clearer wording for flattening behaviour
1 parent 9413f6c commit 3aa60c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/5to6-perlfunc.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ $format, *@args)".
998998
999999
Works as in Perl 5, as well as being available as a method:
10001000
C<@a.push("foo");>. I<Note:> the flattening behaviour is different in Perl 6:
1001-
C<@b.push: @a> will place C<@a> as the first element of C<@b>. See also the
1001+
C<@b.push: @a> will push C<@a> into C<@b> as a single element. See also the
10021002
L<append method|/type/Array#method_append>.
10031003
10041004
=head2 quoting

0 commit comments

Comments
 (0)