We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5d651 commit 8fe72d5Copy full SHA for 8fe72d5
libcxx/docs/CodingGuidelines.rst
@@ -81,7 +81,7 @@ and then checking for ``#ifdef _LIBCPP_SOMETHING_ENABLED``.
81
82
This makes it significantly easier to catch missing includes: Clang and GCC with ``-Wundef`` enabled will warn
83
when using an undefined macro inside an ``#if`` statement. Some macros in libc++ don't use this style yet,
84
-so this guidelines only applies when introducing a new macro.
+so this guideline only applies when introducing a new macro.
85
86
This is partially enforced by the clang-tidy check ``libcpp-internal-ftms``.
87
0 commit comments