mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fix grammar in E.4 note (#1371)
This commit is contained in:
committed by
Sergey Zubkov
parent
1c0ddef508
commit
6d94ce30dd
@@ -15304,7 +15304,7 @@ To use an object it must be in a valid state (defined formally or informally by
|
|||||||
|
|
||||||
##### Note
|
##### 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
|
##### Enforcement
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user