diff --git a/specification/dartLangSpec.tex b/specification/dartLangSpec.tex index bbff002cc..c0304a322 100644 --- a/specification/dartLangSpec.tex +++ b/specification/dartLangSpec.tex @@ -19717,8 +19717,8 @@ \subsection{Return} \Case{Synchronous non-generator functions and factory constructors} Consider the case where $f$ is a synchronous non-generator function (\ref{functions}) -or a generative constructor -(\ref{generativeConstructors}). +or a factory constructor +(\ref{factories}). % % Returning without an object is only ok for "voidy" return types. It is a \Error{compile-time error} if $s$ is \code{\RETURN;},