Skip to content

Commit d20051a

Browse files
committed
Adjust no-loops-in-noSuchMethod example
1 parent 2f99c35 commit d20051a

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

34303430
\begin{dartCode}

0 commit comments

Comments
 (0)