Skip to content

Commit

Permalink
Fixed a typo reported by Michael Hind.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromatic committed Jun 30, 2010
1 parent fbfb63b commit d378eb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CREDITS
Expand Up @@ -65,3 +65,6 @@ E: shlomif@iglu.org.il

N: Scott Thomson
E: scott@dearie.me.uk

N: Michael Hind
E: mike.hind@gmail.com
2 changes: 1 addition & 1 deletion sections/control_flow.pod
Expand Up @@ -423,7 +423,7 @@ place of the topic variable:

=end programlisting

If you do so, Perl will not set the topic variable C(<$_>) to the iterated
If you do so, Perl will not set the topic variable (C<$_>) to the iterated
values. Note also that the scope of the variable C<$i> is only valid I<within>
the loop. If you have declared a lexical C<$i> in an outer scope, that value
will remain outside the loop:
Expand Down

0 comments on commit d378eb5

Please sign in to comment.