Skip to content

Commit 9ba5de6

Browse files
committed
Correction based on #2679
1 parent b057fe3 commit 9ba5de6

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
@@ -8094,7 +8094,7 @@ \subsubsection{The Instantiation to Bound Algorithm}
80948094
\TYPEDEF{} Inv<X> = X \FUNCTION(X);
80958095
\CLASS{} B<Y \EXTENDS{} num, Z \EXTENDS{} Inv<Y>{}> \{\}
80968096
\\
8097-
B b; // \comment{The raw B means} B<num, Inv<num>{}>.
8097+
\LATE{} B b; // \comment{The raw B means} B<num, Inv<num>{}>.
80988098
\end{dartCode}
80998099

81008100
\commentary{%

0 commit comments

Comments
 (0)