Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correcting sigil definition in S99 to include &. Still not including …
…the Role names to avoid further confusion.
  • Loading branch information
japhb committed Oct 16, 2013
1 parent 465527e commit 75b2e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S99-glossary.pod
Expand Up @@ -731,8 +731,8 @@ Something that should never, ever happen. Complain on #perl6 if you see one.
=head2 sigil

In Perl, the sigil is the first character of a variable name.
It must be either C<$>, C<@> or C<%>, respectively for a scalar, array or hash variable.
See also L<twigil>
It must be either C<$>, C<@>, C<%>, or C<&> respectively for a scalar,
array, hash, or code variable. See also L<twigil>.

=head2 sink context

Expand Down

0 comments on commit 75b2e71

Please sign in to comment.