Skip to content

Commit e2e6158

Browse files
committed
Correction based on #2679
1 parent 0a2fb60 commit e2e6158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/dartLangSpec.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -8086,7 +8086,7 @@ \subsubsection{The Instantiation to Bound Algorithm}
80868086
\TYPEDEF{} Inv<X> = X \FUNCTION(X);
80878087
\CLASS{} B<Y \EXTENDS{} num, Z \EXTENDS{} Inv<Y>{}> \{\}
80888088
\\
8089-
B b; // \comment{The raw B means} B<num, Inv<num>{}>.
8089+
\LATE{} B b; // \comment{The raw B means} B<num, Inv<num>{}>.
80908090
\end{dartCode}
80918091

80928092
\commentary{%

0 commit comments

Comments
 (0)