Skip to content

Commit dfc089c

Browse files
committed
Adjust no-loops-in-noSuchMethod example
1 parent a320697 commit dfc089c

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
@@ -3408,8 +3408,8 @@ \subsubsection{The Method \code{noSuchMethod}}
34083408
rather than a repeated attempt to invoke \code{noSuchMethod}
34093409
(\ref{bindingActualsToFormals}).
34103410
Here is an example where a dynamic type error occurs because
3411-
an attempt is made to pass an \code{Invocation}
3412-
where only the null object is accepted:%
3411+
an attempt is made to pass an \code{Invocation},
3412+
and the type of the parameter is \code{Never}:%
34133413
}
34143414

34153415
\begin{dartCode}

0 commit comments

Comments
 (0)