Skip to content

Commit 0f14d00

Browse files
authored
move para about write-env into write-env's itemdescr
a paragraph about _`write-env`_ from P3396R1 got accidentally added outside of _`write-env`_'s `itemdescr`. move it inside.
1 parent b801b54 commit 0f14d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1893,7 +1893,6 @@
18931893
};
18941894
};
18951895
\end{codeblock}
1896-
\end{itemdescr}
18971896
Invocation of
18981897
\tcode{\exposid{impls-for}<\exposid{write-env-t}>::\exposid{get-env}}
18991898
returns an object \tcode{e} such that
@@ -1907,6 +1906,7 @@
19071906
otherwise, \tcode{e.query(q)} is expression-equivalent
19081907
to \tcode{get_env(rcvr).query(q)}.
19091908
\end{itemize}
1909+
\end{itemdescr}
19101910

19111911
\rSec2[exec.snd.concepts]{Sender concepts}
19121912

0 commit comments

Comments
 (0)