[LangRef] Fix a typo in DISubrange section

This commit is contained in:
Yuanfang Chen 2021-10-08 16:46:03 -07:00
parent a0a4935182
commit 8e3b9f453f
1 changed files with 2 additions and 2 deletions

View File

@ -5403,8 +5403,8 @@ DISubrange
:ref:`DICompositeType`.
- ``count: -1`` indicates an empty array.
- ``count: !9`` describes the count with a :ref:`DILocalVariable`.
- ``count: !11`` describes the count with a :ref:`DIGlobalVariable`.
- ``count: !10`` describes the count with a :ref:`DILocalVariable`.
- ``count: !12`` describes the count with a :ref:`DIGlobalVariable`.
.. code-block:: text