Fix capitalization in ES.61 enforcement (#1350)

* Fix capitalization in ES.61 enforcement

* Fix grammar
pull/1359/head
Amir Livneh 7 years ago committed by Sergey Zubkov
parent 2056a14da7
commit 5190ea51a3

@ -12060,8 +12060,8 @@ This example not only violates the [no naked `new` rule](#Res-new) as in the pre
##### Enforcement
* if the `new` and the `delete` is in the same scope, mistakes can be flagged.
* if the `new` and the `delete` are in a constructor/destructor pair, mistakes can be flagged.
* If the `new` and the `delete` are in the same scope, mistakes can be flagged.
* If the `new` and the `delete` are in a constructor/destructor pair, mistakes can be flagged.
### <a name="Res-arr2"></a>ES.62: Don't compare pointers into different arrays

Loading…
Cancel
Save