From 3da27b43d3896b6036491bf09f1ee786a6ba64c7 Mon Sep 17 00:00:00 2001 From: Mike C Date: Thu, 19 Feb 2015 16:01:11 -0700 Subject: [PATCH] Clarify what is meant by CamelCase The documentation referred to "CamelCase" meaning "upper camel case". Since the term "camel case" generally means "lower camel case" if "upper" or "lower" is not stated, this could be confusing. While the example following the instruction clarifies the meaning, I think it is even more clear to specify "UpperCamelCase". --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54854db..e35b752 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,7 +71,7 @@ Write a `.inspect()` method so an instance can be easily debugged in the console #### G6 - Naming Utility Namespaces -Name them in CamelCase, as they are namespaces. +Name them in UpperCamelCase, as they are namespaces. DO: ```javascript