From 3af788ee60261fdca79b5990913798d1fa25d500 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Wed, 19 Aug 2015 18:19:12 +0000 Subject: [PATCH] [docs] Fix minor typo in CodingStandards.rst llvm-svn: 245473 --- docs/CodingStandards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst index de4f73c546b..f410293e1bf 100644 --- a/docs/CodingStandards.rst +++ b/docs/CodingStandards.rst @@ -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 `_.