diff --git a/doc_rules/elvis_style/atom_naming_convention.md b/doc_rules/elvis_style/atom_naming_convention.md index 5c0f8b2..daf03b1 100644 --- a/doc_rules/elvis_style/atom_naming_convention.md +++ b/doc_rules/elvis_style/atom_naming_convention.md @@ -6,7 +6,8 @@ All atoms should be named according to the regular expression provided. Except if it matches with a defined `forbidden_regex`. Atoms enclosed in apostrophes have special meaning and are thus handled by a different configuration option (use `same` if you want the same value as `regex`). -To define forbidden enclosed atoms (like the ones in `forbidden_regex` apply for `regex`), use `forbidden_enclosed_regex`(use `same` if you want the same value as `forbidden_regex`). +To define forbidden enclosed atoms (like the ones in `forbidden_regex` apply for `regex`), +use `forbidden_enclosed_regex`(use `same` if you want the same value as `forbidden_regex`). > Works on `.beam` file? Yes!