From d1c9ea0f40ba9a8ba9d31e9c16e139df58d9a8d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=B3r=20Mil=C3=A1n?= <71042542+bormilan@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:50:43 +0100 Subject: [PATCH] Update doc_rules/elvis_style/function_naming_convention.md Co-authored-by: Paulo F. Oliveira --- doc_rules/elvis_style/function_naming_convention.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!