From 3f329ee624a37a8b1808ccd3d8806a28d69e268e Mon Sep 17 00:00:00 2001 From: n1474335 Date: Tue, 31 Jan 2017 18:46:49 +0000 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 332da57..f270ba8 100644 --- a/Contributing.md +++ b/Contributing.md @@ -11,7 +11,7 @@ Before your contributions can be accepted, you must: * Indentation: Each block should consist of 4 spaces * Object/namespace identifiers: CamelCase -* Function/variable names: underscore_lower_case +* Function/variable names: camelCase * Constants: UNDERSCORE_UPPER_CASE * Source code encoding: UTF-8 (without BOM) * All source files must end with a newline