Skip to content

Commit f5b412a

Browse files
committed
Adjust no-loops-in-noSuchMethod example
1 parent f17313d commit f5b412a

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
@@ -3428,8 +3428,8 @@ \subsubsection{The Method \code{noSuchMethod}}
34283428
rather than a repeated attempt to invoke \code{noSuchMethod}
34293429
(\ref{bindingActualsToFormals}).
34303430
Here is an example where a dynamic type error occurs because
3431-
an attempt is made to pass an \code{Invocation}
3432-
where only the null object is accepted:%
3431+
an attempt is made to pass an \code{Invocation},
3432+
and the type of the parameter is \code{Never}:%
34333433
}
34343434

34353435
\begin{dartCode}

0 commit comments

Comments
 (0)