From 8d91e018bee6cf44059737be94cbcca3b472cd7e Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Thu, 31 Aug 2017 21:57:58 +0100 Subject: [PATCH] correct spelling mistake --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index ba01f7d..ae5ee2e 100644 --- a/README.rdoc +++ b/README.rdoc @@ -183,7 +183,7 @@ MAJOR.MINOR: incremented, MINOR will be set to zero, and PATCH will be reset to the implied zero. -2. If an API (code) feature is added that does not break compatibilty, the +2. If an API (code) feature is added that does not break compatibility, the MINOR version will be incremented and PATCH will be reset to the implied zero. 3. If there is a bugfix to a feature added in the most recent MAJOR.MINOR