Skip to content

Commit 3fb6ff2

Browse files
committed
[async.async.completion] Rephrase to fix overfull hbox
1 parent 8ca6133 commit 3fb6ff2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/async.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,10 @@
875875

876876
\begin{itemdescr}
877877
\pnum
878-
\effects If \tcode{CompletionToken} and \tcode{completion_handler_type} are the same type, binds \tcode{completion_handler} to \tcode{t}; otherwise, initializes \tcode{completion_handler} with the result of \tcode{forward<CompletionToken>(t)}. Initializes \tcode{result} with \tcode{completion_handler}.
878+
\effects If \tcode{CompletionToken} and \tcode{completion_handler_type} are the same type,
879+
binds \tcode{completion_handler} to \tcode{t};
880+
otherwise, initializes \tcode{completion_handler} with \tcode{forward<CompletionToken>(t)}.
881+
Initializes \tcode{result} with \tcode{completion_handler}.
879882
\end{itemdescr}
880883

881884
\begin{itemdecl}

0 commit comments

Comments
 (0)