Skip to content

Commit 43f9d81

Browse files
committed
RR feedback 2
1 parent 81afedc commit 43f9d81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/crud/query/cursors.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ Access Cursor Contents Iteratively
5353
----------------------------------
5454

5555
To iterate over the contents of a cursor, use a ``foreach`` loop inside 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:
56+
The following example retrieves documents from the ``restaurants`` collection in which the
57+
value of the ``name`` field is ``"Starbucks"``, then iterates over the results.
58+
Select the :guilabel:`Synchronous` or :guilabel:`Asynchronous` tab to see the corresponding
59+
code:
5960

6061
.. tabs::
6162

0 commit comments

Comments
 (0)