Skip to content

Commit

Permalink
docs(contributing) add missing "constant" in code style
Browse files Browse the repository at this point in the history
Add missing `constant` in code style section for variables
defined in uppercase
  • Loading branch information
shashiranjan84 authored and thibaultcha committed Jun 1, 2017
1 parent 8202ca5 commit 64eef14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ local myString = "hello world"
local my_string = "hello world"
```

When assigning a variable, **do** give it an uppercase name:
When assigning a constant variable, **do** give it an uppercase name:

```lua
-- bad
Expand Down

0 comments on commit 64eef14

Please sign in to comment.