diff --git a/doc/plutus-core-spec/flat-serialisation.tex b/doc/plutus-core-spec/flat-serialisation.tex index e74380a6058..a323c2f0c48 100644 --- a/doc/plutus-core-spec/flat-serialisation.tex +++ b/doc/plutus-core-spec/flat-serialisation.tex @@ -553,7 +553,7 @@ \subsection{Constants} \subsection{Built-in functions} Built-in functions are represented by seven-bit integer tags and encoded and decoded using $\E_7$ and $\D_7$. The tags are specified in -Tables~\ref{table:builtin-tags-batch-1}--\ref{table:builtin-tags-batch-5}. We +Tables~\ref{table:builtin-tags-batch-1}--\ref{table:builtin-tags-batch-6}. We assume that there are (partial) functions $\Tag$ and $\unTag$ which convert back and forth between builtin names and their tags.