Skip to content

Commit

Permalink
Update doc_rules/elvis_style/function_naming_convention.md
Browse files Browse the repository at this point in the history
Co-authored-by: Paulo F. Oliveira <[email protected]>
  • Loading branch information
bormilan and paulo-ferraz-oliveira authored Dec 9, 2024
1 parent d3d9c0b commit d1c9ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc_rules/elvis_style/function_naming_convention.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down

0 comments on commit d1c9ea0

Please sign in to comment.