diff --git a/language/oop5/basic.xml b/language/oop5/basic.xml index 9e84a605b2..7646f326b7 100644 --- a/language/oop5/basic.xml +++ b/language/oop5/basic.xml @@ -7,7 +7,7 @@ class - Every class definition begins with the + Basic class definition begins with the keyword class, followed by a class name, followed by a pair of curly braces which enclose the definitions of the class's properties and methods.