From f6ae547fd357c15ff3b01cdfb6b419d5a1481fcb Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Mon, 4 Apr 2022 23:49:31 -0700 Subject: [PATCH] [spec] Fix missing immediate on table.set (#1441) --- document/core/exec/instructions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/document/core/exec/instructions.rst b/document/core/exec/instructions.rst index b46397ca42..84dbf86db0 100644 --- a/document/core/exec/instructions.rst +++ b/document/core/exec/instructions.rst @@ -1191,8 +1191,8 @@ Table Instructions .. _exec-table.set: -:math:`\TABLESET` -................. +:math:`\TABLESET~x` +................... 1. Let :math:`F` be the :ref:`current ` :ref:`frame `.