]> granicus.if.org Git - clang/commitdiff
[docs] Fix docs/InternalsManual.rst heading.
authorFangrui Song <maskray@google.com>
Mon, 30 Apr 2018 20:51:50 +0000 (20:51 +0000)
committerFangrui Song <maskray@google.com>
Mon, 30 Apr 2018 20:51:50 +0000 (20:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331225 91177308-0d34-0410-b5e6-96231b3b80d8

docs/InternalsManual.rst

index 0ac93bf4bb4359c457c02b53608a8ce51a614757..f84f458673726134f46a01bf5b7ab6d19095cee0 100644 (file)
@@ -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