[docs] Fix rst title in clang langext docs. NFCI
authorKristina Brooks <notstina@gmail.com>
Fri, 5 Apr 2019 18:26:43 +0000 (18:26 +0000)
committerKristina Brooks <notstina@gmail.com>
Fri, 5 Apr 2019 18:26:43 +0000 (18:26 +0000)
Fix an odd line in LanguageExtensions.rst which
rendered incorrectly due to an underscore being
mixed in with dashes.

llvm-svn: 357793

clang/docs/LanguageExtensions.rst

index d79d412..0299dde 100644 (file)
@@ -1791,7 +1791,7 @@ the arguments. Both arguments and the result have the bitwidth specified
 by the name of the builtin.
 
 ``__builtin_rotateright``
-_------------------------
+-------------------------
 
 * ``__builtin_rotateright8``
 * ``__builtin_rotateright16``