From 48cdedb31eb6e3c8f67ed4510fc86725f02efaae Mon Sep 17 00:00:00 2001 From: hsutter Date: Thu, 7 Mar 2019 11:39:25 -0800 Subject: [PATCH] Changed to sentence --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 3698034..3d800c5 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -12020,7 +12020,7 @@ Direct resource management in application code is error-prone and tedious. ##### Note -Also known as the rule of "No naked `new`!" +This is also known as the rule of "No naked `new`!" ##### Example, bad