Fix trivial typo.

This commit is contained in:
Eric V. Smith 2017-01-17 20:36:09 -05:00
parent 86ed2927b9
commit 0c30041dca
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ Local version labels MUST start and end with an ASCII letter or digit.
Comparison and ordering of local versions considers each segment of the local
version (divided by a ``.``) separately. If a segment consists entirely of
ASCII digits then that section should be considered an integer for comparison
purposes and if a segment contains any ASCII letters than that segment is
purposes and if a segment contains any ASCII letters then that segment is
compared lexicographically with case insensitivity. When comparing a numeric
and lexicographic segment, the numeric section always compares as greater than
the lexicographic segment. Additionally a local version with a great number of