From 80f93640cebe62abc0f83b11875af4292abd0cbf Mon Sep 17 00:00:00 2001 From: drusk Date: Thu, 1 Oct 2015 16:08:39 -0700 Subject: [PATCH] Fixed minor typo in section P.2. --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 558abbc..f66b574 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -435,7 +435,7 @@ very hard in general. ##### Note There are environments where extensions are necessary, e.g., to access system resources. -In such cases, localize to use of necessary extensions and control their use with non-core Coding Guidelines. +In such cases, localize the use of necessary extensions and control their use with non-core Coding Guidelines. ##### Note