[GH-ISSUE #72] Text says "be comprised of" rather than "comprise" #2771

Closed
opened 2026-04-25 16:39:37 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @vergenzt on GitHub (Mar 8, 2013).
Original GitHub issue: https://github.com/semver/semver/issues/72

In the Semantic Versioning Specification (2.0.0-rc1) in item 10, it states:

... Identifiers MUST be comprised of only ASCII alphanumerics and dash [0-9A-Za-z-].

This is the wrong word, as comprise means "to consist of; be made up of". The proper substitution should either be simply comprise or be composed of:

... Identifiers MUST comprise only ASCII alphanumerics and dash [0-9A-Za-z-].

Sorry to be a grammar Nazi, but this particular error always bugs me. =P

Originally created by @vergenzt on GitHub (Mar 8, 2013). Original GitHub issue: https://github.com/semver/semver/issues/72 In the Semantic Versioning Specification (2.0.0-rc1) in item 10, it states: > ... Identifiers MUST **be comprised of** only ASCII alphanumerics and dash [0-9A-Za-z-]. This is the wrong word, as _comprise_ means "to consist of; be made up of". The proper substitution should either be simply _comprise_ or _be composed of_: > ... Identifiers MUST **comprise** only ASCII alphanumerics and dash [0-9A-Za-z-]. Sorry to be a grammar Nazi, but this particular error always bugs me. =P
Author
Owner

@haacked commented on GitHub (Mar 8, 2013):

Care to send a pull request with the fix? You can do it all via the browser. :)

<!-- gh-comment-id:14597375 --> @haacked commented on GitHub (Mar 8, 2013): Care to send a pull request with the fix? You can do it all via the browser. :)
Author
Owner

@haacked commented on GitHub (Mar 13, 2013):

This was fixed in 43252cc87e.

Pro Tip™: When you make a commit that fixes an issue, have the commit message say something like closes #123 where 123 is the issue number. That way when someone accepts the PR into their master branch, it closes the issue and cross references them. Pretty neat eh? 😄

<!-- gh-comment-id:14858143 --> @haacked commented on GitHub (Mar 13, 2013): This was fixed in 43252cc87ef9f72916eeb27bf68e462758b64780. Pro Tip™: When you make a commit that fixes an issue, have the commit message say something like `closes #123` where `123` is the issue number. That way when someone accepts the PR into their master branch, it closes the issue and cross references them. Pretty neat eh? :smile:
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#2771