Skip to content

Commit d4a97a7

Browse files
committed
[coro.generator.promise] Prevent erroneous hyphenation with \mbox
1 parent 9d71b7d commit d4a97a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/ranges.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15383,7 +15383,8 @@
1538315383
into which \tcode{g.range} is moved,
1538415384
whose member \tcode{await_ready} returns \tcode{false},
1538515385
whose member \tcode{await_suspend}
15386-
pushes \tcode{g.range.\exposid{coroutine_}}
15386+
% FIXME: The mbox prevents TeX from adding a bizarre hyphen after coroutine_.
15387+
pushes \tcode{g.range.}\mbox{\exposid{coroutine_}}
1538715388
into \tcode{*x.\exposid{active_}}
1538815389
and resumes execution of the coroutine referred to
1538915390
by \tcode{g.range.\brk{}\exposid{coroutine_}}, and

0 commit comments

Comments
 (0)