summaryrefslogtreecommitdiff
path: root/spec/2.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/2.md')
-rw-r--r--spec/2.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/2.md b/spec/2.md
index c398309..ca96b86 100644
--- a/spec/2.md
+++ b/spec/2.md
@@ -16,12 +16,12 @@ NOTE: Remember that naming convention is no substitute for readability. If your
- UPPER_SNAKE_CASE for constants and enum values
-- lower_snake_case for functions, and methods
+- lowerCamelCase for functions, and methods
- UpperCamelCase or flatcase for enums, types, and interfaces
- it is recommended that interfaces start with the letter i
-- lowerCamelCase (hungarian notation acceptable) for type/struct members
+- lower_snake_case (hungarian notation acceptable) for type/struct members, variables
- flatcase for modules