From c78928981564bc851c4e8b8d7e1a9cdcaa4e490e Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Fri, 11 Aug 2023 21:12:58 -0700 Subject: [PATCH] Fix closing brace typo --- ltx/exprs.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ltx/exprs.tex b/ltx/exprs.tex index ab07f8f..1bf1dcd 100644 --- a/ltx/exprs.tex +++ b/ltx/exprs.tex @@ -1368,11 +1368,13 @@ \subsection{\valueTag{ExprSort::SubobjectValue}} The \field{index} field of that abstract reference is an index into the subobject value partition. Each entry in that partition is a structure with the following layout % -\begin{figure][H] +\begin{figure}[H] \centering \structure{ \DeclareMember{value}{ExprIndex} \\ } + \caption{Structure of a subobject value structure} + \label{fig:ifc:ExprSort:SubobjectValue} \end{figure} % with the following meanings: