Skip to content

Commit d4807f5

Browse files
jwilliams-mongoChris Cho
authored andcommitted
DOCSP-38266: correct though to through on cursor page (#530)
* DOCSP-38266: correct though to through on cursor page (cherry picked from commit 3b6c564)
1 parent 24b379a commit d4807f5

File tree

1 file changed

+1
-1
lines changed
  • source/fundamentals/crud/read-operations

1 file changed

+1
-1
lines changed

source/fundamentals/crud/read-operations/cursor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ locally present without blocking:
7272
:start-after: begin availableExample
7373
:end-before: end availableExample
7474

75-
The method returns ``0`` if the application has already iterated though
75+
The method returns ``0`` if the application has already iterated through
7676
all the documents in the cursor or if the cursor is closed.
7777

7878
Into

0 commit comments

Comments
 (0)