diff --git a/CodeConventions.md b/CodeConventions.md index 578ec3c..3e29b98 100644 --- a/CodeConventions.md +++ b/CodeConventions.md @@ -9,7 +9,7 @@ Lua - Do use brackets in functions calls even if it's not necessary. - Name variables for what they are, don't include type markers in them, i.e. *do not* use Hungarian notation. - Nice to have: sort your requires alphabetically (OCD!) -- Only comment if it's something complicated/non obvious. Keep in mind that comments increase file size, which increases the amount of ram required to run your program! +- Only comment if it's something complicated/non obvious. Keep in mind that comments increase file size, which increases the amount of RAM required to run your program! Bad: ```lua