From feae4d6c15ee035ace370c5b99fe9c0b277cfff8 Mon Sep 17 00:00:00 2001 From: Amir Livneh Date: Thu, 21 Feb 2019 14:04:18 -0500 Subject: [PATCH] Fix grammar (#1340) --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index d91e824..b9da55b 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -13437,7 +13437,7 @@ Often, you will be surprised. ##### Reason Because we often need to optimize the initial design. -Because a design that ignore the possibility of later improvement is hard to change. +Because a design that ignores the possibility of later improvement is hard to change. ##### Example