Remove incorrect definition of lexical order.
commit460ab170f2a3ba941803f2665c24b0bcee2d9849
authorNick Mathewson <nickm@torproject.org>
Mon, 23 Jul 2012 16:42:59 +0000 (23 12:42 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 23 Jul 2012 16:42:59 +0000 (23 12:42 -0400)
tree8f1765e4b2ff2c38e264f7adba6507f70a108c90
parent4bd7a767a89dab244d0731e906e5d2a3137737e7
Remove incorrect definition of lexical order.

For the correct definition of lexical order, search for "lexical
comparison".  It's what your favorite language does for string
comparison, unless your favorite language is something really
esoteric.

In short:
    If A and B are equal at every position, they are lexically equal.
    Otherwise, if A is a prefix of B, A precedes B.
    Otherwise, let i be the first position where A differs from
      B. If A[i] precedes B[i], A precedes B.
version-spec.txt