Skip to content

Commit 17816f3

Browse files
committed
DOCSP-10850 correct find example query
1 parent 878d01e commit 17816f3

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
@@ -489,7 +489,8 @@ collection </reference/bios-example-collection>`.
489489

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

494495
.. code-block:: javascript
495496

0 commit comments

Comments
 (0)