Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2024

Conversation

Kojoley
Copy link
Contributor

@Kojoley Kojoley commented Apr 27, 2024

No description provided.

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Apr 27, 2024
@llvmbot
Copy link
Member

llvmbot commented Apr 27, 2024

@llvm/pr-subscribers-clang

Author: Nikita Kniazev (Kojoley)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/90308.diff

1 Files Affected:

  • (modified) clang/docs/UsersManual.rst (+1-1)
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.

@Kojoley
Copy link
Contributor Author

Kojoley commented May 4, 2024

Could you please merge/commit for me?

@cor3ntin cor3ntin merged commit 294eecd into llvm:main May 4, 2024
@Kojoley Kojoley deleted the patch-1 branch May 4, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants