Skip to content

Commit

Permalink
rule-design: Update random ID generator (#1358)
Browse files Browse the repository at this point in the history
* rule-design: Update random ID generator

Replace the hex generator with an alphanumeric number generator.

* Update pages/design/rule-design.md

Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com>

Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com>
Co-authored-by: Jey Nandakumar <jey.nandakumar@gmail.com>
  • Loading branch information
3 people authored Jun 26, 2020
1 parent 7860fa9 commit 78a0852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/design/rule-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For more details, see [ACT Rules Format: Structure](https://www.w3.org/TR/act-ru

### Rule identifier

The 6-digit identifier is created using a random hex generator, such as https://www.browserling.com/tools/random-hex. The identifier remains the same if the rule name changes.
The 6-character identifier is created using a random alpha-numeric generator, such as [random.org/strings](https://www.random.org/strings/?num=1&len=6&digits=on&loweralpha=on&format=html&rnd=new). The identifier remains the same if the rule name changes.

### Rule name

Expand Down

0 comments on commit 78a0852

Please sign in to comment.