Skip to content

Commit

Permalink
Update versioning in spec.md to reflect behavior.See #931
Browse files Browse the repository at this point in the history
  • Loading branch information
ChucklesTheBeard committed May 24, 2015
1 parent 64c2f76 commit cd428c5
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 cd428c5

Please sign in to comment.