Fix trivial typo.
This commit is contained in:
parent
86ed2927b9
commit
0c30041dca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue