Skip to content

Commit 8fe72d5

Browse files
martinlichtldionne
andauthored
Update libcxx/docs/CodingGuidelines.rst
Co-authored-by: Louis Dionne <[email protected]>
1 parent 5d5d651 commit 8fe72d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/docs/CodingGuidelines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ and then checking for ``#ifdef _LIBCPP_SOMETHING_ENABLED``.
8181

8282
This makes it significantly easier to catch missing includes: Clang and GCC with ``-Wundef`` enabled will warn
8383
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.
84+
so this guideline only applies when introducing a new macro.
8585

8686
This is partially enforced by the clang-tidy check ``libcpp-internal-ftms``.
8787

0 commit comments

Comments
 (0)