From e67b6039940365a8d0a0b3ca1800f878acd0f76d Mon Sep 17 00:00:00 2001 From: Johanan Liebermann Date: Wed, 17 May 2017 19:40:34 +0300 Subject: [PATCH] Add a missing question mark in the FAQ --- semver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semver.md b/semver.md index 38c6750..a22d150 100644 --- a/semver.md +++ b/semver.md @@ -286,7 +286,7 @@ modification depends on whether you updated your dependencies in order to fix a bug or introduce new functionality. I would usually expect additional code for the latter instance, in which case it's obviously a minor level increment. -### What if I inadvertently alter the public API in a way that is not compliant with the version number change (i.e. the code incorrectly introduces a major breaking change in a patch release) +### What if I inadvertently alter the public API in a way that is not compliant with the version number change (i.e. the code incorrectly introduces a major breaking change in a patch release)? Use your best judgment. If you have a huge audience that will be drastically impacted by changing the behavior back to what the public API intended, then