Skip to content

Commit 1b3676a

Browse files
committed
fix EVAL desc grammar
1 parent 346387f commit 1b3676a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Cool.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ Symbols in the current lexical scope are visible to code in an C<EVAL>.
14461446
EVAL 'say $answer;'; # says 42
14471447
14481448
However, since the set of symbols in a lexical scope is immutable after compile
1449-
time, an EVAL can never introduced symbols into the surrounding scope.
1449+
time, an EVAL can never introduce symbols into the surrounding scope.
14501450
14511451
EVAL 'my $lives = 9'; say $lives; # error, $lives not declared
14521452

0 commit comments

Comments
 (0)