Skip to content

Commit 63b6ea7

Browse files
committed
DOCSP-10850 correct find example query
1 parent 6ebc213 commit 63b6ea7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/reference/method/db.collection.find.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,8 @@ collection </reference/bios-example-collection>`.
488488

489489
- The following operation returns documents in the :doc:`bios
490490
collection </reference/bios-example-collection>` where the ``awards``
491-
array contains an element with ``award`` field equals ``"Turing``:
491+
array contains an element with ``award`` field equals
492+
``"Turing Award"``:
492493

493494
.. code-block:: javascript
494495

0 commit comments

Comments
 (0)