Fix grammar in E.4 note (#1371)

This commit is contained in:
Amir Livneh
2019-03-08 09:14:51 -05:00
committed by Sergey Zubkov
parent 1c0ddef508
commit 6d94ce30dd

View File

@@ -15304,7 +15304,7 @@ To use an object it must be in a valid state (defined formally or informally by
##### Note
An [invariant](#Rc-struct) is logical condition for the members of an object that a constructor must establish for the public member functions to assume.
An [invariant](#Rc-struct) is a logical condition for the members of an object that a constructor must establish for the public member functions to assume.
##### Enforcement