[clang] [clang][docs] fix rendering issue in UsersManual.rst (PR #90308)

Nikita Kniazev via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 26 19:19:09 PDT 2024


https://github.com/Kojoley created https://github.com/llvm/llvm-project/pull/90308

None

>From 60860728ca2eb529efa46ee8ce9236cc8f6916a9 Mon Sep 17 00:00:00 2001
From: Nikita Kniazev <kniazev.nikita at gmail.com>
Date: Sat, 27 Apr 2024 05:18:32 +0300
Subject: [PATCH] [clang][docs] fix rendering issue in UsersManual.rst

---
 clang/docs/UsersManual.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index d0326f01d251e0..6050e2346c6258 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -3463,7 +3463,7 @@ Differences between ``*17`` and ``*23`` modes:
 - ``nullptr`` and ``nullptr_t`` are supported, only in ``*23`` mode.
 - ``ATOMIC_VAR_INIT`` is removed from ``*23`` mode.
 - ``bool``, ``true``, ``false``, ``alignas``, ``alignof``, ``static_assert``,
-  and ``thread_local` are now first-class keywords, only in ``*23`` mode.
+  and ``thread_local`` are now first-class keywords, only in ``*23`` mode.
 - ``typeof`` and ``typeof_unqual`` are supported, only ``*23`` mode.
 - Bit-precise integers (``_BitInt(N)``) are supported by default in ``*23``
   mode, and as an extension in ``*17`` and earlier modes.



More information about the cfe-commits mailing list