Skip to content

Commit 40568b5

Browse files
committed
Add missing html tag
1 parent 404165d commit 40568b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4205.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Let `sndr` and `env` be subexpressions, and let `Sndr` be `decltype((sndr))`.
2121
If
2222
<code><i>sender-for</i>&lt;Sndr, <i>decayed-typeof</i>&lt;<i>let-cpo</i>&gt;&gt;</code>
2323
is <code>false</code>,
24-
then the expression `let-cpo</i>.transform_env(sndr, env)` is ill-formed.
24+
then the expression `<i>let-cpo</i>.transform_env(sndr, env)` is ill-formed.
2525
Otherwise, it is equal to
2626
<code><i>JOIN-ENV</i>(<i>let-env</i>(sndr), <i>FWD-ENV</i>(env))</code>.
2727
</blockquote>

0 commit comments

Comments
 (0)