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 2, 2022
1 parent 14efbe8 commit 581e7c5
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 @@ -8045,7 +8045,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 581e7c5

Please sign in to comment.