Fix typo
This commit is contained in:
parent
e68193d2e0
commit
5b010de2b3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ The specification for each API is versioned in the form ``rX.Y.Z``.
|
||||||
``r1.0.0`` may need changes to work with a server which supports (only)
|
``r1.0.0`` may need changes to work with a server which supports (only)
|
||||||
``r2.0.0``.
|
``r2.0.0``.
|
||||||
* A change to ``Y`` represents a change which is backwards-compatible for
|
* A change to ``Y`` represents a change which is backwards-compatible for
|
||||||
existing clients, but not necessarily exisitng servers: a client implemented
|
existing clients, but not necessarily existing servers: a client implemented
|
||||||
against ``r1.1.0`` will work without changes against a server which supports
|
against ``r1.1.0`` will work without changes against a server which supports
|
||||||
``r1.2.0``; but a client which requires ``r1.2.0`` may not work correctly
|
``r1.2.0``; but a client which requires ``r1.2.0`` may not work correctly
|
||||||
with a server which implements only ``r1.1.0``.
|
with a server which implements only ``r1.1.0``.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue