diff --git a/llvm/docs/TableGen/ProgRef.rst b/llvm/docs/TableGen/ProgRef.rst index fe0564d2990df..7b30698ce4fd6 100644 --- a/llvm/docs/TableGen/ProgRef.rst +++ b/llvm/docs/TableGen/ProgRef.rst @@ -1915,7 +1915,7 @@ and non-0 as true. ``list``. *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 - ``[]>``. + ``[]``. For example: