We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdffdea commit b73bf6eCopy full SHA for b73bf6e
xml/issue4205.xml
@@ -52,10 +52,9 @@ Otherwise, it is equal to
52
<del>
53
<code><i>JOIN-ENV</i>(<i>let-env</i>(sndr), <i>FWD-ENV</i>(env))</code>.
54
</del>
55
-<ins><pre><code>
56
- auto& [_, _, child] = sndr;
57
- return <i>JOIN-ENV</i>(<i>let-env</i>(child), <i>FWD-ENV</i>(env));
58
-</code></pre></ins>
+<pre><code><ins> auto& [_, _, child] = sndr;
+ return <i>JOIN-ENV</i>(<i>let-env</i>(child), <i>FWD-ENV</i>(env));</ins>
+</code></pre>
59
</blockquote>
60
</li>
61
</ol>
0 commit comments