Skip to content

Commit 991b11f

Browse files
committed
Correct a typo about closurization
1 parent a002cbe commit 991b11f

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
@@ -15455,7 +15455,7 @@ \subsubsection{Instance Method Closurization}
1545515455
\LMHash{}%
1545615456
Otherwise $T$ is a generic instantiation of a generic class $G$.
1545715457
Let $X''_1, \ldots, X''_{s''}$ be the formal type parameters of $G$,
15458-
and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $T$.
15458+
and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $G$.
1545915459
Then $T_j$ is a type annotation that denotes
1546015460
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
1546115461
where $S_j$ is the type annotation of the corresponding parameter in $D$.
@@ -15619,7 +15619,7 @@ \subsubsection{Super Closurization}
1561915619
\LMHash{}%
1562015620
Otherwise $S$ is a generic instantiation of a generic class $G$.
1562115621
Let $X''_1, \ldots, X''_{s''}$ be the formal type parameters of $G$,
15622-
and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $S$.
15622+
and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $G$.
1562315623
Then $T_j$ is a type annotation that denotes
1562415624
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
1562515625
where $S_j$ is the type annotation of the corresponding parameter in $D$.

0 commit comments

Comments
 (0)