]> granicus.if.org Git - php/commitdiff
Woops, missed a closing paren.
authorJon Parise <jon@php.net>
Tue, 17 Jul 2001 23:56:46 +0000 (23:56 +0000)
committerJon Parise <jon@php.net>
Tue, 17 Jul 2001 23:56:46 +0000 (23:56 +0000)
pear/CODING_STANDARDS

index 852b49c70e020769267bcc8a98d86aae0a4e8eb6..20f25a06cbfb5e2852ec7c26fc4a1fb36a1281b6 100644 (file)
@@ -124,7 +124,7 @@ function connect(&$dsn, $persistent = false)
 }
 
 Functions should be named using the "studly caps" style (also referred to as
-"bumpy case" or "camel caps".  The initial letter of the name is lowercase,
+"bumpy case" or "camel caps").  The initial letter of the name is lowercase,
 and each letter that starts a new "word" is capitalized.  Some examples:
 
     connect()       getData()       buildSomeWidget()