Skip to content

Commit 31ec5d6

Browse files
committed
Correction based on #2679
1 parent fc823bd commit 31ec5d6

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
@@ -8250,7 +8250,7 @@ \subsubsection{The Instantiation to Bound Algorithm}
82508250
\TYPEDEF{} Inv<X> = X \FUNCTION(X);
82518251
\CLASS{} B<Y \EXTENDS{} num, Z \EXTENDS{} Inv<Y>{}> \{\}
82528252
\\
8253-
B b; // \comment{The raw B means} B<num, Inv<num>{}>.
8253+
\LATE{} B b; // \comment{The raw B means} B<num, Inv<num>{}>.
82548254
\end{dartCode}
82558255

82568256
\commentary{%

0 commit comments

Comments
 (0)