From 711b70d77e99dd4101b9dfa94d9ea0d4149997ab Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Mon, 10 Apr 2023 12:53:50 -0400 Subject: [PATCH] Fix wording in a release note; NFC This change happened due to post-commit feedback on the review. --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index c9187f2..7dff43b 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -89,7 +89,7 @@ C++20 Feature Support an error to a warning under the ``-Wreserved-module-identifier`` warning group. This warning is enabled by default. This addresses `#61446 `_ and allows easier - building of precompiled modules. This diagnostic may be strengthened into an + building of standard modules. This diagnostic may be strengthened into an error again in the future once there is a less fragile way to mark a module as being part of the implementation rather than a user module. -- 2.7.4