Skip to content

Commit 3933958

Browse files
fixup: use \brk{} to avoid overfull hbox and remove comment
Co-authored-by: Jan Schultke <[email protected]>
1 parent 0122d63 commit 3933958

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/exec.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6413,8 +6413,7 @@
64136413
If \tcode{same_as<inline_scheduler, scheduler_type>} is \tcode{true}
64146414
returns \tcode{as_awaitable(\linebreak std::forward <Sender>(sndr), % avoid Overfull
64156415
*this)}; otherwise returns
6416-
\tcode{as_awaitable(affine_on(\linebreak std::forward<Sender>(sndr), % avoid Overfull
6417-
SCHED(*this)), *this)}.
6416+
\tcode{as_awaitable(affine_on(\brk{}std::forward<Sender>(sndr), \exposid{SCHED}(*this)), *this)}.
64186417
\end{itemdescr}
64196418

64206419
\begin{itemdecl}

0 commit comments

Comments
 (0)