Browse Source

[Docs] Test commit

Fixes typo - Removes extra space between last word of sentence and period.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369216 91177308-0d34-0410-b5e6-96231b3b80d8
DeForest Richards 6 years ago
parent
commit
38b7c7e83e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/TestingGuide.rst

+ 1 - 1
docs/TestingGuide.rst

@@ -92,7 +92,7 @@ The test are written in C based languages or in LLVM assembly language.
 
 These tests are compiled and run under a debugger. The debugger output
 is checked to validate of debugging information. See README.txt in the
-test suite for more information . This test suite is located in the
+test suite for more information. This test suite is located in the
 ``debuginfo-tests`` Subversion module.
 
 Quick start