[llvm] [LangRef] Fix typo in cross-reference (PR #196273)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 03:33:45 PDT 2026


https://github.com/nikic created https://github.com/llvm/llvm-project/pull/196273

None

>From d903bd65d0fb083f96885e3fbe113b452cd2c6d1 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Thu, 7 May 2026 12:33:18 +0200
Subject: [PATCH] [LangRef] Fix typo in cross-reference

---
 llvm/docs/LangRef.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 179223c5ccdd6..4d8629a4317c6 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -21095,7 +21095,7 @@ The reduction is performed in a non-deterministic order. This is only observable
 if one of the inputs is a signaling NaN.
 
 For example, if a reduction is performed over ``<sNaN, 0.0, 1.0>``, then all of
-:ref`NaN <floatnan>`, ``0.0`` and ``1.0`` are possible results, depending on
+:ref:`NaN <floatnan>`, ``0.0`` and ``1.0`` are possible results, depending on
 which order is picked.
 
 Arguments:
@@ -21130,7 +21130,7 @@ The reduction is performed in a non-deterministic order. This is only observable
 if one of the inputs is a signaling NaN.
 
 For example, if a reduction is performed over ``<sNaN, 0.0, 1.0>``, then all of
-:ref`NaN <floatnan>`, ``0.0`` and ``1.0`` are possible results, depending on
+:ref:`NaN <floatnan>`, ``0.0`` and ``1.0`` are possible results, depending on
 which order is picked.
 
 Arguments:



More information about the llvm-commits mailing list