Skip to content

Commit ac1d1b1

Browse files
committed
[S02] update hash binding wording
remove the sentence about binding slurpy hashes in a signature, because they are not really bound in the same way that ::= or := binds
1 parent 025f410 commit ac1d1b1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

S02-bits.pod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Synopsis 2: Bits and Pieces
1414
Created: 10 Aug 2004
1515

1616
Last Modified: 09 Apr 2012
17-
Version: 260
17+
Version: 261
1818

1919
This document summarizes Apocalypse 2, which covers small-scale
2020
lexical items and typological issues. (These Synopses also contain
@@ -4725,9 +4725,7 @@ are the same as:
47254725
=head2 Hash binding
47264726

47274727
In contrast to assignment, binding to a hash requires a C<Hash> (or
4728-
C<Pair>) object. Binding to a "splat" hash requires a list of pairs
4729-
or hashes, and stops processing the argument list when it runs out
4730-
of pairs or hashes. See S06 for much more about parameter binding.
4728+
C<Pair>) object, or anything that does the C<Associative> role.
47314729

47324730
=head1 Files
47334731

0 commit comments

Comments
 (0)