1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[docs] Fix minor typo in CodingStandards.rst

llvm-svn: 245473
This commit is contained in:
Vedant Kumar 2015-08-19 18:19:12 +00:00
parent 3ae1bf6e18
commit 3af788ee60

View 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>`_.