summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wenk <andywenk@apache.org>2014-02-20 20:57:11 +0100
committerAndy Wenk <andywenk@apache.org>2014-02-20 20:57:11 +0100
commit08cf09fc0ae828e05c3ab01b11d561b4e717e0c4 (patch)
tree0b81a36086f46a21e6351a85a33fc7ad31af10bf
parentdea6cef58b4074d8b82270fe23928231bf1863f7 (diff)
downloadcouchdb-08cf09fc0ae828e05c3ab01b11d561b4e717e0c4.tar.gz
Fix documentation wording
The warning regarding the Response Object was unclear.
-rw-r--r--share/doc/src/json-structure.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/doc/src/json-structure.rst b/share/doc/src/json-structure.rst
index 4ab2f6555..8eae7dfb9 100644
--- a/share/doc/src/json-structure.rst
+++ b/share/doc/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.