Skip to content

Commit 14e94fc

Browse files
committed
Correction based on #2679
1 parent ee36375 commit 14e94fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/dartLangSpec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8390,7 +8390,7 @@ \subsubsection{The Instantiation to Bound Algorithm}
83908390
\TYPEDEF{} Inv<X> = X \FUNCTION(X);
83918391
\CLASS{} B<Y \EXTENDS{} num, Z \EXTENDS{} Inv<Y>{}> \{\}
83928392
\\
8393-
B b; // \comment{The raw B means} B<num, Inv<num>{}>.
8393+
\LATE{} B b; // \comment{The raw B means} B<num, Inv<num>{}>.
83948394
\end{dartCode}
83958395

83968396
\commentary{%

0 commit comments

Comments
 (0)