Skip to content

Commit 791e886

Browse files
committed
Add missing italics
1 parent 80df66a commit 791e886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/issue4150.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ void run();
5050
-6- <i>Effects</i>: Sets the <tt><i>state</i></tt> to <i>running</i>. Then, equivalent to:
5151
</p>
5252
<blockquote><pre>
53-
while (auto* op = pop-front ()) {
54-
op-&gt;execute ();
53+
while (auto* op = <i>pop-front</i>()) {
54+
op-&gt;<i>execute</i>();
5555
}
5656
</pre></blockquote>
5757
<p>

0 commit comments

Comments
 (0)