fix typo
This commit is contained in:
parent
f922fc35bc
commit
f811403b20
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
||||||
#
|
#
|
||||||
# ++ and -- are allowed.
|
# ++ and -- are allowed.
|
||||||
#
|
#
|
||||||
# Varibles are in camelCase. I prefer underscore_separated, but JavaScript uses
|
# Variables are in camelCase. I prefer underscore_separated, but JavaScript
|
||||||
# camelCase everywhere.
|
# uses camelCase everywhere.
|
||||||
#
|
#
|
||||||
# Private members and methods are prefixed by underscores.
|
# Private members and methods are prefixed by underscores.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue