Woops, missed a closing paren.

This commit is contained in:
Jon Parise 2001-07-17 23:56:46 +00:00
parent 36868ff301
commit 28d5698523

View 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()