Fix documentation wording The warning regarding the Response Object was unclear.
Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/5a984401 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/5a984401 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/5a984401 Branch: refs/heads/import-master Commit: 5a984401c5bc22fada4d46c113892eccb3cbe2e8 Parents: 338d677 Author: Andy Wenk <[email protected]> Authored: Thu Feb 20 20:57:11 2014 +0100 Committer: Andy Wenk <[email protected]> Committed: Thu Feb 20 20:57:11 2014 +0100 ---------------------------------------------------------------------- src/json-structure.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/5a984401/src/json-structure.rst ---------------------------------------------------------------------- diff --git a/src/json-structure.rst b/src/json-structure.rst index 4ab2f65..8eae7df 100644 --- a/src/json-structure.rst +++ b/src/json-structure.rst @@ -481,10 +481,10 @@ Response object +--------------------------------+---------------------------------------------+ .. warning:: - The ``body``, ``base64`` and ``json`` object keys are overlapping each other - where the last one wins. Since most realizations of key-value objects do - not preserve the key order or if they are mixed, confusing situations can - occure. Try to use only one of them. + The ``body``, ``base64`` and ``json`` object keys overlapp each other + where in the last one wins. Since most implementations of key-value objects do + not preserve the key order, confusing situations can emerge. The same applies, + when they are mixed. Try to use only one of them. .. note:: Any custom property makes CouchDB raise an internal exception.
