Skip to content

Commit cbe2331

Browse files
committed
Review response
1 parent 343ac7c commit cbe2331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/dartLangSpec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5840,8 +5840,8 @@ \section{Extensions}
58405840
\item $D$ declares a member whose basename is the name of a type parameter
58415841
of $D$.
58425842
\item $D$ declares an instance member or a static member whose basename is
5843-
\code{hashCode}, \code{noSuchMethod}, \code{runtimeType}, or \code{toString}.
5844-
Or $D$ declares an operator named \lit{==}.
5843+
\code{hashCode}, \code{noSuchMethod}, \code{runtimeType}, \code{toString},
5844+
or \lit{==}.
58455845
\commentary{%
58465846
That is, a member whose basename is also the name of
58475847
an instance member that every object has.%

0 commit comments

Comments
 (0)