alexfh added a comment.

One more nit.


================
Comment at: docs/clang-tidy/checks/performance-implicit-cast-in-loop.rst:4
@@ -3,3 +3,3 @@
 
-This warning appears in range-based loop with loop variable of const ref type
+This warning appears in range-based loop with a loop variable of const ref type
 where the type of the variable does not match the one returned by the iterator.
----------------
nit: 'range-based loops' or 'a range-based loop'.


Repository:
  rL LLVM

http://reviews.llvm.org/D18582



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to