[llvm] ae94354 - [LLVM][LangRef] Remove bogus ':' from vector constant text.

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 09:41:29 PST 2024


Author: Paul Walker
Date: 2024-02-27T17:40:55Z
New Revision: ae94354721d546eb20fc64384bfdaeb87a08564d

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

LOG: [LLVM][LangRef] Remove bogus ':' from vector constant text.

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 570a058bde8daa..60e682ae328a8f 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -4364,7 +4364,7 @@ constants and smaller complex constants.
 
     When creating a vector whose elements have the same constant value, the
     preferred syntax is ``splat (<Ty> Val)``. For example: "``splat (i32 11)``".
-    These vector constants must have ::ref:`vector type <t_vector>` with an
+    These vector constants must have :ref:`vector type <t_vector>` with an
     element type that matches the ``splat`` operand.
 **Zero initialization**
     The string '``zeroinitializer``' can be used to zero initialize a


        


More information about the llvm-commits mailing list