Fix typo in the doc

Change-Id: Ifd96e34aa1d9058fea3df22ae594299ff950bb7d
This commit is contained in:
jolie 2017-02-22 18:22:10 +08:00
parent 2195e5628c
commit 6cf4e1deca
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ Clients should expect the following behavior from the server:
.. warning:: The ``latest`` value is mostly meant for integration testing and .. warning:: The ``latest`` value is mostly meant for integration testing and
would be dangerous to rely on in client code since microversions are not would be dangerous to rely on in client code since microversions are not
following `semver <http://semver.org/>`_ and therefore backward compability following `semver <http://semver.org/>`_ and therefore backward compatibility
is not guaranteed. Clients should always require a specific microversions but is not guaranteed. Clients should always require a specific microversions but
limit what is acceptable to the version range that it understands at the limit what is acceptable to the version range that it understands at the
time. time.

View File

@ -131,7 +131,7 @@ Time based filtering queries
To support filtering based on time intervals such as mentioned in the `ISO8601 To support filtering based on time intervals such as mentioned in the `ISO8601
intervals wikipedia page`_, it should be possible to express the following intervals wikipedia page`_, it should be possible to express the following
usecases through API queries: use cases through API queries:
* a two-ISO8601-date timestamp interval * a two-ISO8601-date timestamp interval
* an open-ended, single-ISO8601-date interval * an open-ended, single-ISO8601-date interval