From 28d569852323759d08327c1e47d7d609725fccb9 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Tue, 17 Jul 2001 23:56:46 +0000 Subject: [PATCH] Woops, missed a closing paren. --- pear/CODING_STANDARDS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/CODING_STANDARDS b/pear/CODING_STANDARDS index 852b49c70e..20f25a06cb 100644 --- a/pear/CODING_STANDARDS +++ b/pear/CODING_STANDARDS @@ -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() -- 2.50.1