mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
17e93774d1
commit
8cd6280cc6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue