Skip to content

Commit 8f1fd57

Browse files
committed
Correction based on #2679
1 parent ba8d914 commit 8f1fd57

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
@@ -8046,7 +8046,7 @@ \subsubsection{The Instantiation to Bound Algorithm}
80468046
\TYPEDEF{} Inv<X> = X \FUNCTION(X);
80478047
\CLASS{} B<Y \EXTENDS{} num, Z \EXTENDS{} Inv<Y>{}> \{\}
80488048
\\
8049-
B b; // \comment{The raw B means} B<num, Inv<num>{}>.
8049+
\LATE{} B b; // \comment{The raw B means} B<num, Inv<num>{}>.
80508050
\end{dartCode}
80518051

80528052
\commentary{%

0 commit comments

Comments
 (0)