We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7174cf commit 2e5deb7Copy full SHA for 2e5deb7
source/crud/query/cursors.txt
@@ -52,7 +52,7 @@ in the ``restaurants`` collection:
52
Access Cursor Contents Iteratively
53
----------------------------------
54
55
-To iterate over the contents of a cursor, use a ``foreach`` loop inside a ``using`` block.
+To iterate over the contents of a cursor, use a ``foreach`` loop inside of a ``using`` block.
56
The following example retrieves all documents from the ``restaurants`` collection and
57
iterates over the results. Select the :guilabel:`Synchronous` or :guilabel:`Asynchronous`
58
tab to see the corresponding code:
0 commit comments