From bd3f3d5d257c06de07d4a5230ef9967b343cfc5c Mon Sep 17 00:00:00 2001 From: Amir Livneh Date: Tue, 12 Mar 2019 10:47:57 -0400 Subject: [PATCH] Fix grammar in Con.2 (#1388) --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 2c0a505..a7d630f 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -16235,7 +16235,7 @@ If it doesn't now, it might do so later without forcing recompilation. ##### Note -There are code/libraries that are offer functions that declare a`T*` even though +There are code/libraries that offer functions that declare a`T*` even though those function do not modify that `T`. This is a problem for people modernizing code. You can