OSDN Git Service

Fix doc title underlining.
authorJames Henderson <jh7370@my.bristol.ac.uk>
Tue, 26 Jun 2018 15:29:09 +0000 (15:29 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Tue, 26 Jun 2018 15:29:09 +0000 (15:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335615 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/FileCheck.rst

index e169ea5..ae662b5 100644 (file)
@@ -242,7 +242,7 @@ it and the previous directive.  A "``CHECK-SAME:``" cannot be the first
 directive in a file.
 
 The "CHECK-EMPTY:" directive
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 If you need to check that the next line has nothing on it, not even whitespace,
 you can use the "``CHECK-EMPTY:``" directive.