From a8c7b7c5a810b41e5053ee26d7ac491cb7264911 Mon Sep 17 00:00:00 2001 From: Amir Livneh Date: Tue, 12 Mar 2019 10:48:32 -0400 Subject: [PATCH] Fix grammar in T.41 (#1389) --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index a7d630f..7db626d 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -17314,7 +17314,7 @@ Note that using non-local, non-dependent names (such as `debug` and `cerr`) also ##### Note -It can be hard to decide which properties of a type is essential and which are not. +It can be hard to decide which properties of a type are essential and which are not. ##### Enforcement