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

rnewson pushed a commit to branch changes-validation
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit b7b913426ff779f7582e468a15d624efdcd31e90
Author: Robert Newson <[email protected]>
AuthorDate: Tue Aug 4 18:35:54 2026 +0100

    remove erroneous comment
    
    closes #6088
---
 src/docs/src/api/database/changes.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/docs/src/api/database/changes.rst 
b/src/docs/src/api/database/changes.rst
index 337688fa0..7d4c3fb30 100644
--- a/src/docs/src/api/database/changes.rst
+++ b/src/docs/src/api/database/changes.rst
@@ -91,8 +91,7 @@
         compressed. Ignored if ``include_docs`` isn't ``true``.
         Default is ``false``.
     :query number last-event-id: Alias of `Last-Event-ID` header.
-    :query number limit: Limit number of result rows to the specified value
-        (note that using ``0`` here has the same effect as ``1``).
+    :query number limit: Limit number of result rows to the specified value.
     :query since: Start the results from the change immediately after the given
         update sequence. Default is ``0``. Other values can be:
 

Reply via email to