diff --git a/doc_rules/elvis_style/variable_naming_convention.md b/doc_rules/elvis_style/variable_naming_convention.md index 7053375..2e393d6 100644 --- a/doc_rules/elvis_style/variable_naming_convention.md +++ b/doc_rules/elvis_style/variable_naming_convention.md @@ -1,7 +1,7 @@ # Variable Naming Convention -All variables should be named according to the regular expression provided. -Except if it matches with a defined `forbidden_regex`. +All variables should be named according to the provided regular expression, +except if they match with a defined `forbidden_regex`. > Works on `.beam` file? Yes!