Skip to content

Commit bd6cb95

Browse files
committed
Change MAY/MUST to may/must #593
Reference: #593 Signed-off-by: johnmhoran <johnmhoran@gmail.com>
1 parent 84dcafd commit bd6cb95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/standard/components.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ A PURL string is an ASCII URL string composed of seven components.
44

55
Except as expressly stated otherwise in this section, each component:
66

7-
- MAY be composed of any of the characters defined in the "Permitted
7+
- may be composed of any of the characters defined in the "Permitted
88
characters" section
9-
- MUST be encoded as defined in the "Character encoding" section
9+
- must be encoded as defined in the "Character encoding" section
1010

1111
The "lowercase" rules are defined in the "Case folding" section.
1212

@@ -66,7 +66,7 @@ The rules for each component are:
6666

6767
- The `version` is prefixed by a '@' separator when not empty.
6868
- This '@' is not part of the `version`.
69-
- A `version` MUST be a percent-encoded string.
69+
- A `version` must be a percent-encoded string.
7070
- When percent-decoded, a `version` may contain any Unicode character
7171
unless the package's `type` definition provides otherwise.
7272
- A `version` is a plain and opaque string.

0 commit comments

Comments
 (0)