From 8cd6280cc638bedb620c5642a3b70cbc55ef09dd Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Tue, 13 Apr 2010 08:54:43 +0000 Subject: [PATCH] minor grammar improvements git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297948 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/basic.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop5/basic.xml b/language/oop5/basic.xml index 7646f326b7..39370b4128 100644 --- a/language/oop5/basic.xml +++ b/language/oop5/basic.xml @@ -7,10 +7,10 @@ class - Basic class definition begins with the + Basic class definitions begin 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. + of the properties and methods belonging to the class. The class name can be any valid label which is a not a