From 2fb9891c7ae37b2ed7c0308d5ba5658cba1c1370 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Tue, 12 Sep 2023 07:45:28 -0700 Subject: [PATCH] Remove incorrect link to abstract syntax When referring to the `rec` keyword, do not link to the abstract syntax that happens to have the same name. Fix suggested by @bvisness and split out from https://github.com/WebAssembly/gc/pull/413. Do not link to the abstract syntax --- document/core/text/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/core/text/types.rst b/document/core/text/types.rst index b1fdb4cc8..9290758bc 100644 --- a/document/core/text/types.rst +++ b/document/core/text/types.rst @@ -263,7 +263,7 @@ Recursive Types Abbreviations ............. -Singular recursive types can omit the |Trec| keyword: +Singular recursive types can omit the :math:`\text{rec}` keyword: .. math:: \begin{array}{llclll}