Skip to content

Commit

Permalink
Merge pull request #951 from ChucklesTheBeard/update-version-spec
Browse files Browse the repository at this point in the history
Update versioning in spec.md to reflect behavior
  • Loading branch information
Ippo343 committed May 26, 2015
2 parents f6d3654 + cd428c5 commit e4c49e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ First the initial part of each string consisting entirely of non-digit
characters is determined. These two parts (one of which may be empty) are
compared lexically. If a difference is found it is returned. The lexical
comparison is a comparison of ASCII values modified so that all the letters sort
earlier than all the non-letters.
earlier than all the non-letters, and so that case does not matter ("v" is equivalent to "V").

Then the initial part of the remainder of each string which consists entirely of
digit characters is determined. The numerical values of these two parts are
Expand Down

0 comments on commit e4c49e6

Please sign in to comment.