You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/12/22 01:50:16 UTC

[couchdb-documentation] branch main updated: corrected typo on "stale" explanation (#612)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/main by this push:
     new aa30b0b  corrected typo on "stale" explanation (#612)
aa30b0b is described below

commit aa30b0b24e4f01915021dc780cff93a96244a778
Author: elChapoSing <gi...@pochat.eu>
AuthorDate: Tue Dec 22 09:50:08 2020 +0800

    corrected typo on "stale" explanation (#612)
---
 src/api/ddoc/views.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/api/ddoc/views.rst b/src/api/ddoc/views.rst
index b3876c2..1e33e72 100644
--- a/src/api/ddoc/views.rst
+++ b/src/api/ddoc/views.rst
@@ -301,7 +301,7 @@ Accessing a stale view:
 
 - Returns the current version of the view index, if a current version exists.
 
-- Returns an empty result set if the given view index does exist.
+- Returns an empty result set if the given view index does not exist.
 
 As an alternative, you use the ``update_after`` value to the ``stale``
 parameter. This causes the view to be returned as a stale view, but for the