Skip to content

Commit

Permalink
fix EVAL desc grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jun 10, 2016
1 parent 346387f commit 1b3676a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Cool.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ Symbols in the current lexical scope are visible to code in an C<EVAL>.
EVAL 'say $answer;'; # says 42
However, since the set of symbols in a lexical scope is immutable after compile
time, an EVAL can never introduced symbols into the surrounding scope.
time, an EVAL can never introduce symbols into the surrounding scope.
EVAL 'my $lives = 9'; say $lives; # error, $lives not declared
Expand Down

0 comments on commit 1b3676a

Please sign in to comment.