Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
moritz committed Apr 9, 2012
1 parent 025f410 commit ac1d1b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions S02-bits.pod
Expand Up @@ -14,7 +14,7 @@ Synopsis 2: Bits and Pieces
Created: 10 Aug 2004

Last Modified: 09 Apr 2012
Version: 260
Version: 261

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

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

=head1 Files

Expand Down

0 comments on commit ac1d1b1

Please sign in to comment.