diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index 4183940..0694513 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -1,6 +1,6 @@
# C++ Core Guidelines
-February 26, 2018
+March 9, 2018
Editors:
@@ -20159,7 +20159,7 @@ Code says what is done, not what is supposed to be done. Often intent can be sta
##### Note
-If the comment and the code disagrees, both are likely to be wrong.
+If the comment and the code disagree, both are likely to be wrong.
### NL.3: Keep comments crisp