diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index b6cf189..7a72d34 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -3408,7 +3408,7 @@ The destructor could send a message (somehow) to the responsible part of the sys ## C.ctor: Constructors -A constuctor defined how an object is initialized (constructted). +A constuctor defined how an object is initialized (constructed).