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 0bace98 commit e2f159eCopy full SHA for e2f159e
doc/Type/Hash.pod6
@@ -381,7 +381,7 @@ Append the provided Pairs or even sized list to the Hash. If a key already
381
exists, turn the existing value into an L<Array|/type/Array> and push new value
382
onto that C<Array>. Please note that you can't mix even sized lists and lists
383
of Pairs. Also, bare C<Pair>s or colon pairs will be treated as L<named
384
-arguments|/type/Signature#Positional_vs._Named> to C<.append>.
+arguments|/type/Signature#Positional_vs._named_arguments> to C<.append>.
385
386
my %h = a => 1;
387
%h.append('b', 2, 'c', 3);
0 commit comments