Updated Branches: refs/heads/master d25d31c89 -> 4e57f8fd1
minor documentation improvements in ddoc Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4e57f8fd Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4e57f8fd Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4e57f8fd Branch: refs/heads/master Commit: 4e57f8fd1c8cf788e994cc332bc915d2c11d8c1b Parents: d25d31c Author: Andy Wenk <[email protected]> Authored: Mon Nov 25 23:51:46 2013 +0100 Committer: Andy Wenk <[email protected]> Committed: Mon Nov 25 23:52:08 2013 +0100 ---------------------------------------------------------------------- share/doc/src/api/ddoc/common.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4e57f8fd/share/doc/src/api/ddoc/common.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/api/ddoc/common.rst b/share/doc/src/api/ddoc/common.rst index fb992f7..8ff571b 100644 --- a/share/doc/src/api/ddoc/common.rst +++ b/share/doc/src/api/ddoc/common.rst @@ -30,9 +30,9 @@ .. http:get:: /{db}/_design/{ddoc} :synopsis: Returns the design document - Returns design document with the specified design document` from the specified - database. Unless you request a specific revision, the latest revision of the - document will always be returned. + Returns the contents of the design document specified with the name of the design + document and from the specified database from the URL. Unless you request a specific + revision, the latest revision of the document will always be returned. .. seealso::
