From 2629b7e09cbb0856cca8fd6e075e12139d353d76 Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Wed, 13 Mar 2013 18:27:15 -0700 Subject: [PATCH] Fixed grammar mistake Changed "be comprised of only" with the correct "comprise only". Bonus, it's less verbose. --- semver.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/semver.md b/semver.md index 771ec88..11dcfc8 100644 --- a/semver.md +++ b/semver.md @@ -81,11 +81,11 @@ 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. 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. -Identifiers MUST be comprised of only ASCII alphanumerics and hyphen -[0-9A-Za-z-]. Build metadata SHOULD be ignored when determining version -precedence. Thus two packages with the same version, but different build -metadata are considered to be the same version. Examples: 1.0.0-alpha+001, -1.0.0+20130313144700, 1.0.0-beta+exp.sha.5114f85. +Identifiers MUST comprise only ASCII alphanumerics and hyphen[0-9A-Za-z-]. +Build metadata SHOULD be ignored when determining version precedence. Thus two +packages with the same version, but different build metadata are considered to +be the same version. Examples: 1.0.0-alpha+001, 1.0.0+20130313144700, +1.0.0-beta+exp.sha.5114f85. 1. Precedence MUST be calculated by separating the version into major, minor, patch and pre-release identifiers in that order (Build metadata does not figure