From 6d94ce30dd33cf602738b084a767cccba9372746 Mon Sep 17 00:00:00 2001 From: Amir Livneh Date: Fri, 8 Mar 2019 09:14:51 -0500 Subject: [PATCH] Fix grammar in E.4 note (#1371) --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index f55a9d1..2477e65 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -15304,7 +15304,7 @@ To use an object it must be in a valid state (defined formally or informally by ##### Note -An [invariant](#Rc-struct) is logical condition for the members of an object that a constructor must establish for the public member functions to assume. +An [invariant](#Rc-struct) is a logical condition for the members of an object that a constructor must establish for the public member functions to assume. ##### Enforcement