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 9413f6c commit 3aa60c6Copy full SHA for 3aa60c6
doc/Language/5to6-perlfunc.pod
@@ -998,7 +998,7 @@ $format, *@args)".
998
999
Works as in Perl 5, as well as being available as a method:
1000
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
+C<@b.push: @a> will push C<@a> into C<@b> as a single element. See also the
1002
L<append method|/type/Array#method_append>.
1003
1004
=head2 quoting
0 commit comments