Skip to content

Commit

Permalink
Typo fix: mention that L_M != L_C
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Jun 10, 2021
1 parent 9f368f8 commit 8791e77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification/dartLangSpec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5508,7 +5508,8 @@ \subsection{Mixin Application}
Let \DefineSymbol{L_M} be the library containing the declaration of $M$.

\LMHash{}%
Assume that $S$ has a concrete member $m_S$ which is accessible to $L_M$,
Assume that $L_C$ and $L_M$ is not the same library,
that $S$ has a concrete member $m_S$ which is accessible to $L_M$,
that $m_S$ has the name $n$ which is private
(\commentary{so $m_S$ is declared in $L_M$}),
and that $M$ declares a member $m_M$ which is also named $n$
Expand Down

0 comments on commit 8791e77

Please sign in to comment.