Skip to content

Commit 70c7024

Browse files
committed
Fix code font usage
1 parent 791e886 commit 70c7024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4150.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Given that <tt>run_loop::finish()</tt> puts the loop in the <i>finishing</i> sta
1717
is that one cannot call <tt>finish()</tt> before calling <tt>run()</tt>.
1818
<p/>
1919
However, in most cases <tt>sync_wait</tt> is calling <tt>finish()</tt> on its <tt>run_loop</tt>
20-
before calling run<tt>()</tt>, violating this precondition. <tt>sync_wait</tt> does the following:
20+
before calling <tt>run()</tt>, violating this precondition. <tt>sync_wait</tt> does the following:
2121
</p>
2222
<blockquote><pre>
2323
run_loop loop;

0 commit comments

Comments
 (0)