Skip to content

Commit 2eaf966

Browse files
committed
[futures.async] Avoid note within a sentence.
1 parent bc1cf8d commit 2eaf966

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/threads.tex

+3-4
Original file line numberDiff line numberDiff line change
@@ -7166,19 +7166,18 @@
71667166

71677167
\pnum
71687168
\sync
7169-
Regardless of the provided \tcode{policy} argument,
7169+
The following apply regardless of the provided \tcode{policy} argument:
71707170
\begin{itemize}
71717171
\item
7172-
the invocation of \tcode{async}
7172+
The invocation of \tcode{async}
71737173
synchronizes with\iref{intro.multithread} the invocation of \tcode{f}.
71747174
\begin{note}
71757175
This statement applies even when the corresponding \tcode{future} object is moved to
71767176
another thread.
71777177
\end{note}
7178-
; and
71797178

71807179
\item
7181-
the completion of the function \tcode{f} is sequenced before\iref{intro.multithread} the
7180+
The completion of the function \tcode{f} is sequenced before\iref{intro.multithread} the
71827181
shared state is made ready.
71837182
\begin{note}
71847183
\tcode{f} might not be called at all,

0 commit comments

Comments
 (0)