From ae613876ff64fcef23f81c825bb65be6d326d2a3 Mon Sep 17 00:00:00 2001 From: Ryan Maleki Date: Wed, 16 Feb 2022 20:28:56 -0800 Subject: [PATCH] Remove shall and shall not from the note The document does NOT use the words "SHALL" or "SHALL NOT" so let's not include them in this clarification. --- semver.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/semver.md b/semver.md index 95cf203..dfc53ae 100644 --- a/semver.md +++ b/semver.md @@ -51,9 +51,9 @@ been modified from one version to the next. Semantic Versioning Specification (SemVer) ------------------------------------------ -The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", -"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be -interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119). +The key words "MUST", "MUST NOT", "REQUIRED", "SHOULD", "SHOULD NOT" +, "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted +as described in [RFC 2119](https://tools.ietf.org/html/rfc2119). 1. Software using Semantic Versioning MUST declare a public API. This API could be declared in the code itself or exist strictly in documentation.