We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770b16c commit 72de0e4Copy full SHA for 72de0e4
llvm/docs/TableGen/ProgRef.rst
@@ -1915,7 +1915,7 @@ and non-0 as true.
1915
``list<int>``. *start* is ``0`` and *step* is ``1`` by default. *step* can
1916
be negative and cannot be 0. If *start* ``<`` *end* and *step* is negative,
1917
or *start* ``>`` *end* and *step* is positive, the result is an empty list
1918
- ``[]<list<int>>``.
+ ``[]<int>``.
1919
1920
For example:
1921
0 commit comments