mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fixed typo.
This commit is contained in:
@@ -3408,7 +3408,7 @@ The destructor could send a message (somehow) to the responsible part of the sys
|
|||||||
<a name="SS-ctor"></a>
|
<a name="SS-ctor"></a>
|
||||||
## C.ctor: Constructors
|
## C.ctor: Constructors
|
||||||
|
|
||||||
A constuctor defined how an object is initialized (constructted).
|
A constuctor defined how an object is initialized (constructed).
|
||||||
|
|
||||||
|
|
||||||
<a name="Rc-ctor"></a>
|
<a name="Rc-ctor"></a>
|
||||||
|
|||||||
Reference in New Issue
Block a user