Skip to content

Commit e2f159e

Browse files
authored
Hash #3841 error
Postional vs named. lower-case and add extra from header
1 parent 0bace98 commit e2f159e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Hash.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Append the provided Pairs or even sized list to the Hash. If a key already
381381
exists, turn the existing value into an L<Array|/type/Array> and push new value
382382
onto that C<Array>. Please note that you can't mix even sized lists and lists
383383
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>.
384+
arguments|/type/Signature#Positional_vs._named_arguments> to C<.append>.
385385
386386
my %h = a => 1;
387387
%h.append('b', 2, 'c', 3);

0 commit comments

Comments
 (0)