mirror of
https://github.com/semver/semver.git
synced 2026-07-11 06:53:03 -05:00
[GH-ISSUE #72] Text says "be comprised of" rather than "comprise" #1789
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
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:
Sorry to be a grammar Nazi, but this particular error always bugs me. =P
@haacked commented on GitHub (Mar 8, 2013):
Care to send a pull request with the fix? You can do it all via the browser. :)
@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 #123where123is 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? 😄