Skip to content

Commit 6cf7a1a

Browse files
committed
Adjust no-loops-in-noSuchMethod example
1 parent c5f27c5 commit 6cf7a1a

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
@@ -3231,8 +3231,8 @@ \subsubsection{The Method \code{noSuchMethod}}
32313231
rather than a repeated attempt to invoke \code{noSuchMethod}
32323232
(\ref{bindingActualsToFormals}).
32333233
Here is an example where a dynamic type error occurs because
3234-
an attempt is made to pass an \code{Invocation}
3235-
where only the null object is accepted:%
3234+
an attempt is made to pass an \code{Invocation},
3235+
and the type of the parameter is \code{Never}:%
32363236
}
32373237

32383238
\begin{dartCode}

0 commit comments

Comments
 (0)