diff --git a/doc/Language/5to6-nutshell.pod b/doc/Language/5to6-nutshell.pod index 7f7d6b3a8..772e50832 100644 --- a/doc/Language/5to6-nutshell.pod +++ b/doc/Language/5to6-nutshell.pod @@ -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 and L. 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>.