From cbe23311480ba4a3dc0ed3ba37558a7dfb05a8ab Mon Sep 17 00:00:00 2001 From: Erik Ernst Date: Thu, 21 Apr 2022 16:40:03 +0200 Subject: [PATCH] Review response --- specification/dartLangSpec.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.%