Skip to content

Commit f3311af

Browse files
committed
DOCSP-43493 adding /query example
1 parent 8ff8997 commit f3311af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/copilot.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ the following query using knowledge of your database schema:
6060

6161
.. code-block:: javascript
6262

63-
use('fruit');
64-
db.getCollection('fruit').find({ type: 'citrus' });
63+
use('fruits');
64+
db.getCollection('fruits').find({ type: 'citrus' });
6565

6666

6767

0 commit comments

Comments
 (0)