diff --git a/glossary/Constructor.md b/glossary/Constructor.md index d89f15cac..74bb2fff9 100644 --- a/glossary/Constructor.md +++ b/glossary/Constructor.md @@ -1,4 +1,4 @@ ### Constructor -In class-based object-oriented programming, a constructor is a special type of function called to instantiate and object. -Constructors usually accept arguments that are in turn used to set the necessary member variables for the new object. +In class-based object-oriented programming, a constructor is a special type of function called to instantiate an object. +Constructors often accept arguments that are commonly used to set member properties.