Merge pull request #1098 from micro-machine/master

Clarify what is meant by CamelCase
This commit is contained in:
Esteban Ordano 2015-02-20 09:15:27 -03:00
commit 67e4a724e8
1 changed files with 1 additions and 1 deletions

View File

@ -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