From: Vedant Kumar Date: Wed, 19 Aug 2015 18:19:12 +0000 (+0000) Subject: [docs] Fix minor typo in CodingStandards.rst X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=4d554fb21dace91a02a37be0cd746e9b7dc5faaf;hp=44364a33be4f2729f0b00c6ab48685a39749ad6f;ds=sidebyside [docs] Fix minor typo in CodingStandards.rst git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245473 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 `_.