Docs: Correct a `_revs_info` typo implying a factual error
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/02fa02e1 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/02fa02e1 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/02fa02e1 Branch: refs/heads/1960-paginate-all_dbs Commit: 02fa02e1ee8020760f06891a5b22f7db1ab65c65 Parents: 0bf1856 Author: Jason Smith <[email protected]> Authored: Sat Dec 21 15:18:26 2013 +0700 Committer: Jason Smith <[email protected]> Committed: Sat Dec 21 15:18:26 2013 +0700 ---------------------------------------------------------------------- share/doc/src/api/document/common.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/02fa02e1/share/doc/src/api/document/common.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/api/document/common.rst b/share/doc/src/api/document/common.rst index 1a61682..f21c8df 100644 --- a/share/doc/src/api/document/common.rst +++ b/share/doc/src/api/document/common.rst @@ -941,7 +941,7 @@ document by supplying the ``revs_info`` argument to the query: } -The returned document contains ``_rev_info`` field with extended revision +The returned document contains ``_revs_info`` field with extended revision information, including the availability and status of each revision. This array field contains objects with following structure:
