We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346387f commit 1b3676aCopy full SHA for 1b3676a
doc/Type/Cool.pod
@@ -1446,7 +1446,7 @@ Symbols in the current lexical scope are visible to code in an C<EVAL>.
1446
EVAL 'say $answer;'; # says 42
1447
1448
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.
+time, an EVAL can never introduce symbols into the surrounding scope.
1450
1451
EVAL 'my $lives = 9'; say $lives; # error, $lives not declared
1452
0 commit comments