Fix capitalization in ES.56 note (#1349)

* Fix capitalization in ES.56 note

* Make proper sentence
This commit is contained in:
Amir Livneh
2019-03-07 14:37:43 -05:00
committed by Herb Sutter
parent 9a703fa02b
commit 7674f9c649

View File

@@ -12020,7 +12020,7 @@ Direct resource management in application code is error-prone and tedious.
##### Note
also known as "No naked `new`!"
Also known as the rule of "No naked `new`!"
##### Example, bad