mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Fix capitalization in ES.56 note (#1349)
* Fix capitalization in ES.56 note * Make proper sentence
This commit is contained in:
@@ -12020,7 +12020,7 @@ Direct resource management in application code is error-prone and tedious.
|
|||||||
|
|
||||||
##### Note
|
##### Note
|
||||||
|
|
||||||
also known as "No naked `new`!"
|
Also known as the rule of "No naked `new`!"
|
||||||
|
|
||||||
##### Example, bad
|
##### Example, bad
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user