mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed typo. Patch by Google user Josh Clark via OE.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327202 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c22c977de1
commit
5b5ab43c78
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<title>Autoloading Classes</title>
|
||||
<para>
|
||||
Many developers writing object-oriented applications create
|
||||
one PHP source file per-class definition. One of the biggest
|
||||
one PHP source file per class definition. One of the biggest
|
||||
annoyances is having to write a long list of needed includes
|
||||
at the beginning of each script (one for each class).
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue