Skip to content

Commit

Permalink
[basics] typo noticed by patrickas
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jun 9, 2010
1 parent bbf179b commit 96911a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/basics.pod
Expand Up @@ -109,8 +109,8 @@ X<scalar>
The C<$> sigil indicates a I<scalar> variable, which indicates
that the variable stores a single value N<However, this single value
can still be a compound object like an array or a hash. When you iterate over
a C<$>-sigiled variable, it is interpreted as a single value, even it does
store an array>.
a C<$>-sigiled variable, it is interpreted as a single value, even if it
stores an array>.

X<files; handle>
X<file handle>
Expand Down

0 comments on commit 96911a0

Please sign in to comment.