Skip to content

Commit b73bf6e

Browse files
committed
Move <ins> so that insertions are styled correctly
1 parent bdffdea commit b73bf6e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

xml/issue4205.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ Otherwise, it is equal to
5252
<del>
5353
<code><i>JOIN-ENV</i>(<i>let-env</i>(sndr), <i>FWD-ENV</i>(env))</code>.
5454
</del>
55-
<ins><pre><code>
56-
auto&amp; [_, _, child] = sndr;
57-
return <i>JOIN-ENV</i>(<i>let-env</i>(child), <i>FWD-ENV</i>(env));
58-
</code></pre></ins>
55+
<pre><code><ins> auto&amp; [_, _, child] = sndr;
56+
return <i>JOIN-ENV</i>(<i>let-env</i>(child), <i>FWD-ENV</i>(env));</ins>
57+
</code></pre>
5958
</blockquote>
6059
</li>
6160
</ol>

0 commit comments

Comments
 (0)