Skip to content

Commit

Permalink
Fix closing brace typo (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielDosReis committed Aug 12, 2023
1 parent 9a40d3d commit 2cd3c3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ltx/exprs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2cd3c3c

Please sign in to comment.