Skip to content

Commit 6b614df

Browse files
committed
Merge pull request #210 from dha/master
Changed "item" to "scalar" in section on scalar sigils
2 parents 9be6234 + a8a952a commit 6b614df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/5to6-nutshell.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ name.
181181
182182
=head4 C<$> Scalar
183183
184-
The C<$> sigil is now always used with "item" variables (e.g. C<$name>),
184+
The C<$> sigil is now always used with "scalar" variables (e.g. C<$name>),
185185
and no longer for L<array indexing|#[]_Array_indexing/slicing> and L<Hash
186186
indexing|#{}_Hash_indexing/slicing>. That is, you will still use C<$x[1]>
187187
and C<$x{"foo"}>, but you use them on C<$x>, not C<@x> or C<%x>.

0 commit comments

Comments
 (0)