Skip to content

Commit 707f11b

Browse files
authored
Remove backticks from ranges describing valid identifiers (#1321)
This is really to fix the inconsistency that was there.
1 parent 94050bd commit 707f11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Feature authors should (in descending order of priority):
5050

5151
### Identifiers
5252

53-
Feature identifiers must contain only lowercase alphanumeric characters (`a`-`z` and `0-9`) plus the `-` character (hyphen or minus sign) as a word separator.
53+
Feature identifiers must contain only lowercase alphanumeric characters (a-z and 0-9) plus the `-` character (hyphen or minus sign) as a word separator.
5454

5555
The identifier should match the name, with these additional guidelines:
5656

0 commit comments

Comments
 (0)