aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-01-17 17:04:54 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-01-17 17:04:54 +0000
commit21937c6f1fd277b0b61e2621256c15ca3a6b0cc6 (patch)
tree1393b90c9f7dbea5578dbe2c4112a0c39465becd
parent60ca75d4d1878f8a45799316f462d4d0114238b4 (diff)
Documentation: formatting
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172729 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LanguageExtensions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst
index 2abbea7da6..f32c46bf43 100644
--- a/docs/LanguageExtensions.rst
+++ b/docs/LanguageExtensions.rst
@@ -140,8 +140,8 @@ Include File Checking Macros
Not all developments systems have the same include files. The
:ref:`langext-__has_include` and :ref:`langext-__has_include_next` macros allow
you to check for the existence of an include file before doing a possibly
-failing ``#include`` directive. Include file checking macros must be used
-as expressions in #if or #elif preprocessing directives.
+failing ``#include`` directive. Include file checking macros must be used
+as expressions in ``#if`` or ``#elif`` preprocessing directives.
.. _langext-__has_include: