Skip to content

Commit bdc6989

Browse files
Fix CS
1 parent 7d25f89 commit bdc6989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Each element MUST increase numerically. For instance: 1.9.0 -> 1.10.0 -> 1.11.0.
6868
1. Once a versioned package has been released, the contents of that version
6969
MUST NOT be modified. Any modifications MUST be released as a new version.
7070

71-
1. Major version zero (0.y.z) is for initial development. Anything may change
71+
1. Major version zero (0.y.z) is for initial development. Anything MAY change
7272
at any time. The public API should not be considered stable.
7373

7474
1. Version 1.0.0 defines the public API. The way in which the version number

0 commit comments

Comments
 (0)