[docs] Fix a typo, change the style of the clang-tidy release notes a bit.
authorAlexander Kornienko <alexfh@google.com>
Thu, 31 Mar 2016 12:06:54 +0000 (12:06 +0000)
committerAlexander Kornienko <alexfh@google.com>
Thu, 31 Mar 2016 12:06:54 +0000 (12:06 +0000)
llvm-svn: 265008

clang-tools-extra/docs/ReleaseNotes.rst

index d7d9eee..c77f240 100644 (file)
@@ -65,12 +65,12 @@ identified.  The improvements since the 3.8 release include:
 
 - New ``modernize-raw-string-literal`` check
 
-  This check selectively replaces string literals containing escaped
-  characters with raw string literals.
+  selectively replaces string literals containing escaped characters with raw
+  string literals.
 
 - New ``readability-avoid-const-params-in-decls`` check
 
-  This check warns about top-level const parameters in function delcartions.
+  warns about top-level const parameters in function declarations.
 
 Clang-tidy changes from 3.7 to 3.8
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^