From 63f64e16185ba29065cd772c1ac59bdf34855b42 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 1 Dec 2022 20:06:27 +0900 Subject: [PATCH] Fix more hyphens' rendering --- semver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semver.md b/semver.md index 2d4037c..53ea9a6 100644 --- a/semver.md +++ b/semver.md @@ -99,7 +99,7 @@ precedence than the associated normal version. A pre-release version indicates that the version is unstable and might not satisfy the intended compatibility requirements as denoted by its associated normal version. Examples: 1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-0.3.7, -1.0.0-x.7.z.92, 1.0.0-x-y-z.--. +1.0.0-x.7.z.92, 1.0.0-x-y-z.\-\-. 1. Build metadata MAY be denoted by appending a plus sign and a series of dot separated identifiers immediately following the patch or pre-release version.