From 3458b0091a5cf768e8c335453ac217c712f0465a Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Mar 08 2013 03:27:30 +0000 Subject: Merge pull request #73 from vergenzt/master Change "be comprised of" to "comprise" --- diff --git a/semver.md b/semver.md index 395f58e..b760a56 100644 --- a/semver.md +++ b/semver.md @@ -75,10 +75,9 @@ version is incremented. 1. A pre-release version MAY be denoted by appending a hyphen and a series of dot separated identifiers immediately following the patch version. Identifiers -MUST be comprised of only ASCII alphanumerics and hyphen [0-9A-Za-z-]. -Pre-release versions satisfy but have a lower precedence than the 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. +MUST comprise only ASCII alphanumerics and hyphen [0-9A-Za-z-]. Pre-release +versions satisfy but have a lower precedence than the 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. A build version MAY be denoted by appending a plus sign and a series of dot separated identifiers immediately following the patch version or pre-release