0
0
mirror of https://github.com/semver/semver.git synced 2025-08-22 13:58:33 +00:00

Grammar: "judgment" → "judgement"

This commit is contained in:
Doomster14 2024-01-29 18:49:44 +03:00 committed by GitHub
parent 38a25311c9
commit 2db5d56b99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,7 +303,7 @@ for the latter instance, in which case it's obviously a minor level increment.
### What if I inadvertently alter the public API in a way that is not compliant with the version number change (i.e. the code incorrectly introduces a major breaking change in a patch release)?
Use your best judgment. If you have a huge audience that will be drastically
Use your best judgement. If you have a huge audience that will be drastically
impacted by changing the behavior back to what the public API intended, then
it may be best to perform a major version release, even though the fix could
strictly be considered a patch release. Remember, Semantic Versioning is all
@ -322,7 +322,7 @@ that users can smoothly transition to the new API.
### Does SemVer have a size limit on the version string?
No, but use good judgment. A 255 character version string is probably overkill,
No, but use good judgement. A 255 character version string is probably overkill,
for example. Also, specific systems may impose their own limits on the size of
the string.