From bdac884218a078711c4a35a7da359576563920c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Thu, 20 Mar 2025 09:51:36 +0000 Subject: [PATCH] Add missing backquote in catch_all_ref validation section --- document/core/valid/instructions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/core/valid/instructions.rst b/document/core/valid/instructions.rst index 2b9a937e..44c40087 100644 --- a/document/core/valid/instructions.rst +++ b/document/core/valid/instructions.rst @@ -1466,7 +1466,7 @@ Control Instructions * The label :math:`C.\CLABELS[l]` must be defined in the context. -* The :ref:`result type ` :math:`C.\CLABELS[l] must be :math:`[\EXNREF]`. +* The :ref:`result type ` :math:`C.\CLABELS[l]` must be :math:`[\EXNREF]`. * Then the catch clause is valid.