Skip to content

Commit

Permalink
Changed "item" to "scalar" in section on scalar sigils
Browse files Browse the repository at this point in the history
  • Loading branch information
dha committed Nov 23, 2015
1 parent 9be6234 commit a8a952a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/5to6-nutshell.pod
Expand Up @@ -181,7 +181,7 @@ name.
=head4 C<$> Scalar
The C<$> sigil is now always used with "item" variables (e.g. C<$name>),
The C<$> sigil is now always used with "scalar" variables (e.g. C<$name>),
and no longer for L<array indexing|#[]_Array_indexing/slicing> and L<Hash
indexing|#{}_Hash_indexing/slicing>. That is, you will still use C<$x[1]>
and C<$x{"foo"}>, but you use them on C<$x>, not C<@x> or C<%x>.
Expand Down

0 comments on commit a8a952a

Please sign in to comment.