Docs: Correct a `_revs_info` typo implying a factual error
Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/2af8188d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/2af8188d Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/2af8188d Branch: refs/heads/import-master Commit: 2af8188d1daf64ccb086ebd9db177958aee82361 Parents: af2e52a Author: Jason Smith (air) <[email protected]> Authored: Sat Dec 21 15:18:26 2013 +0700 Committer: Jason Smith (air) <[email protected]> Committed: Sat Dec 21 15:18:26 2013 +0700 ---------------------------------------------------------------------- src/api/document/common.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/2af8188d/src/api/document/common.rst ---------------------------------------------------------------------- diff --git a/src/api/document/common.rst b/src/api/document/common.rst index 1a61682..f21c8df 100644 --- a/src/api/document/common.rst +++ b/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:
