mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
C.ctor: Fixed typo.
This commit is contained in:
parent
b1f33a48a2
commit
d423e855b5
|
@ -3883,7 +3883,7 @@ A destructor (either user-defined or compiler-generated) is implicitly declared
|
||||||
|
|
||||||
## <a name="SS-ctor"></a> C.ctor: Constructors
|
## <a name="SS-ctor"></a> C.ctor: Constructors
|
||||||
|
|
||||||
A constructor defined how an object is initialized (constructed).
|
A constructor defines how an object is initialized (constructed).
|
||||||
|
|
||||||
### <a name="Rc-ctor"></a> C.40: Define a constructor if a class has an invariant
|
### <a name="Rc-ctor"></a> C.40: Define a constructor if a class has an invariant
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user