Skip to content

Commit

Permalink
Commas before then
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Jan 18, 2024
1 parent 84db542 commit bc75c8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/dartLangSpec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11724,10 +11724,10 @@ \subsection{Function Expressions}
\item
If a superinterface
(\ref{interfaceSuperinterfaces})
of $T$ is \code{Future<$U$>} for some $U$ then
$T$ derives the future type \code{Future<$U$>}.
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$>} for some $U$
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 bc75c8b

Please sign in to comment.