From d0fb30dc83ee56d59bd394d7baadc56b4333229c Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sun, 2 Sep 2018 22:17:59 +0300 Subject: [PATCH] Update Constructor.md --- glossary/Constructor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.