diff options
author | ArunSK <arunsk.tec@gmail.com> | 2013-10-07 00:26:49 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2013-10-07 00:26:49 +0200 |
commit | b5a0f128718d93a236b450bb9b409477f0a97888 (patch) | |
tree | 9d13d938d45625bf30c165bfb1aa67bc3eca622a /CODING_STANDARDS | |
parent | 63f242178d33fa22346d2e976b06a76455dbd6ab (diff) | |
download | php-git-b5a0f128718d93a236b450bb9b409477f0a97888.tar.gz |
fixing a minor typo in CODING_STANDARDS document
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r-- | CODING_STANDARDS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS index 7413be453c..5ceacdc4dc 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -151,7 +151,7 @@ Naming Conventions 7. Classes should be given descriptive names. Avoid using abbreviations where possible. Each word in the class name should start with a capital letter, - without underscore delimiters (CampelCaps starting with a capital letter). + without underscore delimiters (CamelCaps starting with a capital letter). The class name should be prefixed with the name of the 'parent set' (e.g. the name of the extension):: |