[clang-tools-extra] r278279 - [Documentation] Fix style and grammar mistake in Clang-tidy readability-else-after-return description spotted by Alexander Kornienko.

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 10 12:49:39 PDT 2016


Author: eugenezelenko
Date: Wed Aug 10 14:49:38 2016
New Revision: 278279

URL: http://llvm.org/viewvc/llvm-project?rev=278279&view=rev
Log:
[Documentation] Fix style and grammar mistake in Clang-tidy readability-else-after-return description spotted by Alexander Kornienko.

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/checks/readability-else-after-return.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-else-after-return.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-else-after-return.rst?rev=278279&r1=278278&r2=278279&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-else-after-return.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-else-after-return.rst Wed Aug 10 14:49:38 2016
@@ -60,5 +60,5 @@ Would be transformed into:
     }
 
 
-This checks helps to enforce this `Coding Standards recommendation
+This check helps to enforce this `LLVM Coding Standards recommendation
 <http://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return>`_.




More information about the cfe-commits mailing list