mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[PR #54] [MERGED] Replace the word "dash" with "hyphen". #4967
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?
📋 Pull Request Information
Original PR: https://github.com/semver/semver/pull/54
Author: @omasanori
Created: 11/13/2012
Status: ✅ Merged
Merged: 11/15/2012
Merged by: @haacked
Base:
master← Head:unify-into-hyphen📝 Commits (1)
2eb698dReplace the word "dash" with "hyphen".📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
semver.md(+3 -3)📄 Description
Currently the word dash is used as an allowed character in identifiers and hyphen is done as the character separating a pre-release version from a normal version.
However, they seems the same character at 0x2D, called HYPHEN-MINUS in Unicode. Why don't you unify these words into hyphen?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.