Skip to content

Commit 28f889e

Browse files
committed
Fixed yet another pair of \ell -> \ell_1
1 parent f32066e commit 28f889e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/dartLangSpec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10019,12 +10019,12 @@ \subsubsection{List Literal Inference}
1001910019
the errors that would occur with the corresponding \FOR{} statement
1002010020
\code{\AWAIT?\,\,\FOR\,\,($P$)\,\,\{\}},
1002110021
located in the same scope as $\ell$.
10022-
Moreover, the errors and type analysis of $\ell$ is performed
10022+
Moreover, the errors and type analysis of $\ell_1$ is performed
1002310023
as if it occurred in the body scope of said \FOR{} statement.
1002410024
\commentary{%
1002510025
For instance, if $P$ is of the form
1002610026
\code{\VAR\,\,v\,\,\IN\,\,$e_1$}
10027-
then the variable \code{v} is in scope for $\ell$.%
10027+
then the variable \code{v} is in scope for $\ell_1$.%
1002810028
}
1002910029

1003010030
Inference for the parts

0 commit comments

Comments
 (0)