From 98c638014d60bbbdc7ff4f19593fa025424db18d Mon Sep 17 00:00:00 2001 From: Erik Ernst Date: Fri, 20 Jan 2023 22:47:55 +0100 Subject: [PATCH] Typo --- specification/dartLangSpec.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;},