Skip to content

Commit

Permalink
Correction based on #2679
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Dec 9, 2022
1 parent fc5a27b commit 010c13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/dartLangSpec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8046,7 +8046,7 @@ \subsubsection{The Instantiation to Bound Algorithm}
\TYPEDEF{} Inv<X> = X \FUNCTION(X);
\CLASS{} B<Y \EXTENDS{} num, Z \EXTENDS{} Inv<Y>{}> \{\}
\\
B b; // \comment{The raw B means} B<num, Inv<num>{}>.
\LATE{} B b; // \comment{The raw B means} B<num, Inv<num>{}>.
\end{dartCode}

\commentary{%
Expand Down

0 comments on commit 010c13b

Please sign in to comment.