Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Jan 18, 2024
1 parent 56b797c commit 84db542
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions specification/dartLangSpec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11722,13 +11722,12 @@ \subsection{Function Expressions}

\begin{itemize}
\item
If \code{Future<$U$>} is a superinterface of $T$
If a superinterface
(\ref{interfaceSuperinterfaces})
for some $U$, then
of $T$ is \code{Future<$U$>} for some $U$ then
$T$ derives the future type \code{Future<$U$>}.
\item
If $T$ is \code{FutureOr<$U$>} bounded
(\ref{bindingActualsToFormals})
If $T$ is \code{FutureOr<$U$>} for some $U$
then $T$ derives the future type \code{FutureOr<$U$>}.
\item
If $T$ is \code{$T_1$?} for some $T_1$, and
Expand Down

0 comments on commit 84db542

Please sign in to comment.