diff --git a/specification/dartLangSpec.tex b/specification/dartLangSpec.tex index 2640824bfc..f3366b40f3 100644 --- a/specification/dartLangSpec.tex +++ b/specification/dartLangSpec.tex @@ -5840,8 +5840,8 @@ \section{Extensions} \item $D$ declares a member whose basename is the name of a type parameter of $D$. \item $D$ declares an instance member or a static member whose basename is - \code{hashCode}, \code{noSuchMethod}, \code{runtimeType}, or \code{toString}. - Or $D$ declares an operator named \lit{==}. + \code{hashCode}, \code{noSuchMethod}, \code{runtimeType}, \code{toString}, + or \lit{==}. \commentary{% That is, a member whose basename is also the name of an instance member that every object has.%