From 4d554fb21dace91a02a37be0cd746e9b7dc5faaf 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245473 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 `_. -- 2.34.1