[docs] Fix docs/InternalsManual.rst heading.

llvm-svn: 331225
This commit is contained in:
Fangrui Song 2018-04-30 20:51:50 +00:00
parent dd3c75a067
commit 5dfb61a1b6

View 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