File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11688,17 +11688,17 @@ \subsection{Function Expressions}
11688
11688
\item If $T$ is \code{$X$\,\&\,$S$}
11689
11689
for some type variable $X$ and type $S$ then
11690
11690
\begin{itemize}
11691
- \item if $S$ derives future type $U$
11691
+ \item if $S$ derives a future type $U$
11692
11692
then \DefEquals{\flatten{T}}{\code{\flatten{U}}}.
11693
11693
\item otherwise,
11694
11694
\DefEquals{\flatten{T}}{\code{\flatten{X}}}.
11695
11695
\end{itemize}
11696
11696
11697
- \item If $T$ derives future type \code{Future<$S$>}
11697
+ \item If $T$ derives a future type \code{Future<$S$>}
11698
11698
or \code{FutureOr<$S$>}
11699
11699
then \DefEquals{\flatten{T}}{S}.
11700
11700
11701
- \item If $T$ derives future type \code{Future<$S$>?}\ or
11701
+ \item If $T$ derives a future type \code{Future<$S$>?}\ or
11702
11702
\code{FutureOr<$S$>?}\ then \DefEquals{\flatten{T}}{\code{$S$?}}.
11703
11703
11704
11704
\item Otherwise, \DefEquals{\flatten{T}}{T}.
You can’t perform that action at this time.
0 commit comments