[PR #54] [MERGED] Replace the word "dash" with "hyphen". #4144

Closed
opened 2026-06-11 00:55:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: unify-into-hyphen


📝 Commits (1)

  • 2eb698d Replace 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.

## 📋 Pull Request Information **Original PR:** https://github.com/semver/semver/pull/54 **Author:** [@omasanori](https://github.com/omasanori) **Created:** 11/13/2012 **Status:** ✅ Merged **Merged:** 11/15/2012 **Merged by:** [@haacked](https://github.com/haacked) **Base:** `master` ← **Head:** `unify-into-hyphen` --- ### 📝 Commits (1) - [`2eb698d`](https://github.com/semver/semver/commit/2eb698df2bd11179140f9b46c689b012dedf81b1) Replace the word "dash" with "hyphen". ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `semver.md` (+3 -3) </details> ### 📄 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?_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-11 00:55:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#4144