Skip to content

Commit 45ee7b5

Browse files
committed
[task.state] Fix misplaced \end{itemize}
1 parent 2d9bffc commit 45ee7b5

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
@@ -7343,12 +7343,12 @@
73437343
\item \exposid{own-env}
73447344
with \tcode{\exposid{own-env-t}(get_env(\exposid{rcvr}))} if that expression
73457345
is valid and \tcode{\exposid{own-env-t}()} otherwise.
7346-
\end{itemize}
73477346
If neither of these expressions is valid, the program is ill-formed.
73487347
\item \exposid{environment} with \tcode{Environment(\exposid{own-env})} if that expression is
73497348
valid, otherwise \tcode{Environment(get_env(\exposid{rcvr}))}
73507349
if this expression is valid, otherwise \tcode{Environment()}.
73517350
If neither of these expressions is valid, the program is ill-formed.
7351+
\end{itemize}
73527352
\end{itemdescr}
73537353

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

0 commit comments

Comments
 (0)