Skip to content

Commit ae94354

Browse files
[LLVM][LangRef] Remove bogus ':' from vector constant text.
1 parent d292610 commit ae94354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4364,7 +4364,7 @@ constants and smaller complex constants.
43644364

43654365
When creating a vector whose elements have the same constant value, the
43664366
preferred syntax is ``splat (<Ty> Val)``. For example: "``splat (i32 11)``".
4367-
These vector constants must have ::ref:`vector type <t_vector>` with an
4367+
These vector constants must have :ref:`vector type <t_vector>` with an
43684368
element type that matches the ``splat`` operand.
43694369
**Zero initialization**
43704370
The string '``zeroinitializer``' can be used to zero initialize a

0 commit comments

Comments
 (0)