diff --git a/specification/dartLangSpec.tex b/specification/dartLangSpec.tex index 318ec4b9e6..d0c3102e50 100644 --- a/specification/dartLangSpec.tex +++ b/specification/dartLangSpec.tex @@ -8045,7 +8045,7 @@ \subsubsection{The Instantiation to Bound Algorithm} \TYPEDEF{} Inv = X \FUNCTION(X); \CLASS{} B{}> \{\} \\ -B b; // \comment{The raw B means} B{}>. +\LATE{} B b; // \comment{The raw B means} B{}>. \end{dartCode} \commentary{%