[docs] Fix minor typo in CodingStandards.rst
authorVedant Kumar <vsk@apple.com>
Wed, 19 Aug 2015 18:19:12 +0000 (18:19 +0000)
committerVedant Kumar <vsk@apple.com>
Wed, 19 Aug 2015 18:19:12 +0000 (18:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245473 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodingStandards.rst

index de4f73c..f410293 100644 (file)
@@ -39,7 +39,7 @@ hand, it is reasonable to rename the methods of a class if you're about to
 change it in some other way.  Just do the reformating as a separate commit from
 the functionality change.
   
-The ultimate goal of these guidelines is the increase readability and
+The ultimate goal of these guidelines is to increase the readability and
 maintainability of our common source base. If you have suggestions for topics to
 be included, please mail them to `Chris <mailto:sabre@nondot.org>`_.