Skip to content

Commit aa7f8c4

Browse files
committed
Typo
1 parent 92a2bb4 commit aa7f8c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/dartLangSpec.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11688,17 +11688,17 @@ \subsection{Function Expressions}
1168811688
\item If $T$ is \code{$X$\,\&\,$S$}
1168911689
for some type variable $X$ and type $S$ then
1169011690
\begin{itemize}
11691-
\item if $S$ derives future type $U$
11691+
\item if $S$ derives a future type $U$
1169211692
then \DefEquals{\flatten{T}}{\code{\flatten{U}}}.
1169311693
\item otherwise,
1169411694
\DefEquals{\flatten{T}}{\code{\flatten{X}}}.
1169511695
\end{itemize}
1169611696

11697-
\item If $T$ derives future type \code{Future<$S$>}
11697+
\item If $T$ derives a future type \code{Future<$S$>}
1169811698
or \code{FutureOr<$S$>}
1169911699
then \DefEquals{\flatten{T}}{S}.
1170011700

11701-
\item If $T$ derives future type \code{Future<$S$>?}\ or
11701+
\item If $T$ derives a future type \code{Future<$S$>?}\ or
1170211702
\code{FutureOr<$S$>?}\ then \DefEquals{\flatten{T}}{\code{$S$?}}.
1170311703

1170411704
\item Otherwise, \DefEquals{\flatten{T}}{T}.

0 commit comments

Comments
 (0)