minor grammar improvements

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297948 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2010-04-13 08:54:43 +00:00
parent 17e93774d1
commit 8cd6280cc6

View file

@ -7,10 +7,10 @@
<sect2 xml:id="language.oop5.basic.class">
<title>class</title>
<para>
Basic class definition begins with the
Basic class definitions begin with the
keyword <literal>class</literal>, 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.
</para>
<para>
The class name can be any valid label which is a not a