From 707f11bb754d05621ad4fc234d00891b429dfb9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 8 Jul 2024 16:36:57 +0200 Subject: [PATCH] Remove backticks from ranges describing valid identifiers (#1321) 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: