diff --git a/specification/dartLangSpec.tex b/specification/dartLangSpec.tex index 95359d933e..c8abc9c4e8 100644 --- a/specification/dartLangSpec.tex +++ b/specification/dartLangSpec.tex @@ -2965,7 +2965,7 @@ \subsubsection{The Method \code{noSuchMethod}} in order to correctly override \code{noSuchMethod} in \code{Object}. For instance, it can have signature \code{noSuchMethod(Invocation i)} or -\code{noSuchMethod(Object i, [String s])}, +\code{noSuchMethod(Object i, [String s = ''])}, but not \code{noSuchMethod(Invocation i, String s)}. This implies that the situation where \code{noSuchMethod} is invoked