From 6ce4be64838521ff865c296535d2e95a15392f83 Mon Sep 17 00:00:00 2001 From: John Williams Date: Tue, 2 Apr 2024 16:18:43 -0500 Subject: [PATCH 1/2] DOCSP-38266: correct though to through on cursor page --- source/fundamentals/crud/read-operations/cursor.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fundamentals/crud/read-operations/cursor.txt b/source/fundamentals/crud/read-operations/cursor.txt index 34e66368e..14b74eedb 100644 --- a/source/fundamentals/crud/read-operations/cursor.txt +++ b/source/fundamentals/crud/read-operations/cursor.txt @@ -72,7 +72,7 @@ locally present without blocking: :start-after: begin availableExample :end-before: end availableExample -The method returns ``0`` if the application has already iterated though +The method returns ``0`` if the application has already iterated through all the documents in the cursor or if the cursor is closed. Into From 2d0e537d4f53a840d59c1df43cbf15c295e1d41f Mon Sep 17 00:00:00 2001 From: John Williams Date: Tue, 2 Apr 2024 16:23:34 -0500 Subject: [PATCH 2/2] build