From adfd9f5c9ac262c07419544228538c7d8baecd9f Mon Sep 17 00:00:00 2001 From: Evgeniy Filimonov Date: Tue, 5 Aug 2025 18:36:10 +0200 Subject: [PATCH] Fix typo. --- specification/dartLangSpec.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/dartLangSpec.tex b/specification/dartLangSpec.tex index 9645ce59a..6bd53c0d6 100644 --- a/specification/dartLangSpec.tex +++ b/specification/dartLangSpec.tex @@ -6042,7 +6042,7 @@ \subsection{Mixin Declaration} \Index{superinvocation interface} of the mixin declaration $M$. \commentary{% If the mixin declaration $M$ has only one declared superinterface, $T_1$, - then the superinvocation interface $M_{super}$ has exactly the same members + then the superinvocation interface $M_S$ has exactly the same members as the interface $T_1$.% }