[TableGen][Docs] Fix empty list syntax in TableGen doc. (#145041)
`[]<list<int>>` actually produces `list<list<int>>`.
This commit is contained in:
@@ -1915,7 +1915,7 @@ and non-0 as true.
|
||||
``list<int>``. *start* is ``0`` and *step* is ``1`` by default. *step* can
|
||||
be negative and cannot be 0. If *start* ``<`` *end* and *step* is negative,
|
||||
or *start* ``>`` *end* and *step* is positive, the result is an empty list
|
||||
``[]<list<int>>``.
|
||||
``[]<int>``.
|
||||
|
||||
For example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user