diff options
author | Adam Harvey <aharvey@php.net> | 2012-09-10 10:05:15 +0800 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2012-09-10 10:05:15 +0800 |
commit | f66642aae10fbf77d536a4a4ac68602124e41ae0 (patch) | |
tree | cb25d38556de4943de99d0e9ba31321f924c8698 /CODING_STANDARDS | |
parent | b29dc146b9311c14186c14bcb1c8ae5288b65d73 (diff) | |
download | php-git-f66642aae10fbf77d536a4a4ac68602124e41ae0.tar.gz |
Fix doc bug #63032 (Number of release in documentation).
Also add a bonus grammar fix.
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r-- | CODING_STANDARDS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS index ae8ee04190..7413be453c 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -2,11 +2,11 @@ PHP Coding Standards ======================== -This file lists several standards that any programmer, adding or changing -code in PHP, should follow. Since this file was added at a very late +This file lists several standards that any programmer adding or changing +code in PHP should follow. Since this file was added at a very late stage of the development of PHP v3.0, the code base does not (yet) fully follow it, but it's going in that general direction. Since we are now -well into the version 4 releases, many sections have been recoded to use +well into version 5 releases, many sections have been recoded to use these rules. Code Implementation |