Skip to content

Commit c659e3a

Browse files
authored
[TableGen][Docs] Fix !range markup (#95540)
1 parent 4cf1a19 commit c659e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/TableGen/ProgRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1868,7 +1868,7 @@ and non-0 as true.
18681868
result. A logical OR can be performed if all the arguments are either
18691869
0 or 1.
18701870

1871-
``!range([``\ *start*\ ``,]`` *end*\ ``[, ``\ *step*\ ``])``
1871+
``!range([``\ *start*\ ``,]`` *end*\ ``[,``\ *step*\ ``])``
18721872
This operator produces half-open range sequence ``[start : end : step)`` as
18731873
``list<int>``. *start* is ``0`` and *step* is ``1`` by default. *step* can
18741874
be negative and cannot be 0. If *start* ``<`` *end* and *step* is negative,

0 commit comments

Comments
 (0)