Skip to content

Commit cecf51f

Browse files
committed
Fix
1 parent 2e5deb7 commit cecf51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/crud/query/cursors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ in the ``restaurants`` collection:
5252
Access Cursor Contents Iteratively
5353
----------------------------------
5454

55-
To iterate over the contents of a cursor, use a ``foreach`` loop inside of a ``using`` block.
55+
To iterate over the contents of a cursor, use a ``foreach`` loop inside a ``using`` block.
5656
The following example retrieves all documents from the ``restaurants`` collection and
5757
iterates over the results. Select the :guilabel:`Synchronous` or :guilabel:`Asynchronous`
5858
tab to see the corresponding code:

0 commit comments

Comments
 (0)