[TableGen][Docs] Fix empty list syntax in TableGen doc. (#145041)

`[]<list<int>>` actually produces `list<list<int>>`.
This commit is contained in:
Chenguang Wang
2025-06-20 09:07:35 -07:00
committed by GitHub
parent 770b16cd49
commit 72de0e4584

View File

@@ -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: