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