From 9f83a31510543685f2e57d12b5ccbe0fbed625af Mon Sep 17 00:00:00 2001 From: Viktor Rud <99555918+rokk1t@users.noreply.github.com> Date: Thu, 7 Aug 2025 11:22:11 +0300 Subject: [PATCH] fix(typo): Remove extra space before math inline block --- Paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Paper.tex b/Paper.tex index 8a77ef0c..e4394ec3 100644 --- a/Paper.tex +++ b/Paper.tex @@ -2489,7 +2489,7 @@ \subsection{Instruction Set} &&&& $\boldsymbol{\mu}'_{\mathbf{s}}[0] \equiv \beta$ \\ \midrule 0x47 & {\small SELFBALANCE} & 0 & 1 & Get balance of currently executing account. \\ -&&&& $\boldsymbol{\mu}'_{\mathbf{s}}[0] \equiv \boldsymbol{\sigma}[I_{\mathrm{a}}]_{\mathrm{b}} $ \\ +&&&& $\boldsymbol{\mu}'_{\mathbf{s}}[0] \equiv \boldsymbol{\sigma}[I_{\mathrm{a}}]_{\mathrm{b}}$ \\ \midrule 0x48 & {\small BASEFEE} & 0 & 1 & Get the current block's base fee. \\ &&&& $\boldsymbol{\mu}'_{\mathbf{s}}[0] \equiv {I_{\mathrm{H}}}_{\mathrm{f}}$ \\