fixing a minor typo in CODING_STANDARDS document

This commit is contained in:
ArunSK 2013-10-07 00:26:49 +02:00 committed by Lior Kaplan
parent 63f242178d
commit b5a0f12871

View File

@ -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)::