Skip to content

Commit ce7cc9c

Browse files
committed
[task.state] Fix misplaced \end{itemize}
1 parent df1f3f3 commit ce7cc9c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/exec.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7345,12 +7345,13 @@
73457345
\item \exposid{own-env}
73467346
with \tcode{\exposid{own-env-t}(get_env(\exposid{rcvr}))} if that expression
73477347
is valid and \tcode{\exposid{own-env-t}()} otherwise.
7348-
\end{itemize}
73497348
If neither of these expressions is valid, the program is ill-formed.
7350-
\item \exposid{environment} with \tcode{Environment(\exposid{own-env})} if that expression is
7351-
valid, otherwise \tcode{Environment(get_env(\exposid{rcvr}))}
7349+
\item \exposid{environment} with
7350+
\tcode{Environment(\exposid{own-env})} if that expression is
7351+
valid, otherwise \tcode{Environment(\brk{}get_env(\exposid{rcvr}))}
73527352
if this expression is valid, otherwise \tcode{Environment()}.
73537353
If neither of these expressions is valid, the program is ill-formed.
7354+
\end{itemize}
73547355
\end{itemdescr}
73557356

73567357
\indexlibrarydtor{task::\exposid{state}}%

0 commit comments

Comments
 (0)