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

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


Author: Nikita Popov
Date: 2026-05-07T12:33:48+02:00
New Revision: ac9e437961c816896a1d7dc812e5a52bbc224b97

URL: https://github.com/llvm/llvm-project/commit/ac9e437961c816896a1d7dc812e5a52bbc224b97
DIFF: https://github.com/llvm/llvm-project/commit/ac9e437961c816896a1d7dc812e5a52bbc224b97.diff

LOG: [LangRef] Fix typo in cross-reference (#196273)

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
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