From c21336a156d595120bea5fe9f490c5ee79ed8bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mil=C3=A1n=20B=C3=B3r?= Date: Thu, 5 Dec 2024 16:28:49 +0100 Subject: [PATCH] fix markdown --- doc_rules/elvis_style/atom_naming_convention.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_rules/elvis_style/atom_naming_convention.md b/doc_rules/elvis_style/atom_naming_convention.md index ef9f724..5c0f8b2 100644 --- a/doc_rules/elvis_style/atom_naming_convention.md +++ b/doc_rules/elvis_style/atom_naming_convention.md @@ -18,7 +18,7 @@ To define forbidden enclosed atoms (like the ones in `forbidden_regex` apply for - default: `".*"`. - `forbidden_regex :: string() | undefined`. - default: `undefined`. -- `forbidden_enclosed_regex :: string() | undefined | same`. +- `forbidden_enclosed_regex :: string() | undefined`. - default: `undefined`. ## Example