Skip to content

Commit 294eecd

Browse files
authored
[clang][docs] fix rendering issue in UsersManual.rst (#90308)
1 parent 554459a commit 294eecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/UsersManual.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3504,7 +3504,7 @@ Differences between ``*17`` and ``*23`` modes:
35043504
- ``nullptr`` and ``nullptr_t`` are supported, only in ``*23`` mode.
35053505
- ``ATOMIC_VAR_INIT`` is removed from ``*23`` mode.
35063506
- ``bool``, ``true``, ``false``, ``alignas``, ``alignof``, ``static_assert``,
3507-
and ``thread_local` are now first-class keywords, only in ``*23`` mode.
3507+
and ``thread_local`` are now first-class keywords, only in ``*23`` mode.
35083508
- ``typeof`` and ``typeof_unqual`` are supported, only ``*23`` mode.
35093509
- Bit-precise integers (``_BitInt(N)``) are supported by default in ``*23``
35103510
mode, and as an extension in ``*17`` and earlier modes.

0 commit comments

Comments
 (0)