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