summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-04-30 20:51:50 +0000
committerFangrui Song <maskray@google.com>2018-04-30 20:51:50 +0000
commitb868e36dfde488980e4dd16be7438d6111674765 (patch)
tree4f0967daf7ce302d24f134140231c06bc0d5a89b
parent12850bf731681a2c32ee5d06ad2b8c411f7e2162 (diff)
[docs] Fix docs/InternalsManual.rst heading.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331225 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/InternalsManual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/InternalsManual.rst b/docs/InternalsManual.rst
index 0ac93bf4bb..f84f458673 100644
--- a/docs/InternalsManual.rst
+++ b/docs/InternalsManual.rst
@@ -423,7 +423,7 @@ Fix-it hints can be created with one of three constructors:
.. _DiagnosticConsumer:
The ``DiagnosticConsumer`` Interface
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Once code generates a diagnostic with all of the arguments and the rest of the
relevant information, Clang needs to know what to do with it. As previously