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