From 1184224b38666522782c7373d534403e25ca4f5d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 25 Apr 2014 21:12:22 -0700 Subject: [PATCH] Fixed a typo in the documentation. Found using: https://github.com/intgr/topy Change-Id: I15d9469e60ea74aacba03b5ad0e50b4a87661892 --- doc/source/semver.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/semver.rst b/doc/source/semver.rst index ffdec4d7..b22242d6 100644 --- a/doc/source/semver.rst +++ b/doc/source/semver.rst @@ -120,7 +120,7 @@ document are to be interpreted as described in `RFC version. Examples: 1.0.0.a1, 1.0.0.b99, 1.0.0.rc1000. #. A development version MAY be denoted by appending a dot separated - indentifier immediately following the patch version. + identifier immediately following the patch version. The identifier MUST comprise the string dev followed by non-negative integer value. The identifier MUST NOT be empty. Development versions have a lower precedence than the associated normal version. A development