From bfed396734459644badf8875a9f1fdb639a4a48e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 5 Jul 2024 13:09:19 +0200 Subject: [PATCH] Remove backticks from ranges describing valid identifiers This is really to fix the inconsistency that was there. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 3ecbeb5b0ec..0c2c45ade49 100644 --- a/docs/README.md +++ b/docs/README.md @@ -50,7 +50,7 @@ Feature authors should (in descending order of priority): ### Identifiers -Feature identifiers must contain only lowercase alphanumeric characters (`a`-`z` and `0-9`) plus the `-` character (hyphen or minus sign) as a word separator. +Feature identifiers must contain only lowercase alphanumeric characters (a-z and 0-9) plus the `-` character (hyphen or minus sign) as a word separator. The identifier should match the name, with these additional guidelines: