Skip to content

Commit 24670f4

Browse files
author
Sam Kleinman
committed
minor: typo fix
1 parent e4be59c commit 24670f4

File tree

1 file changed

+1
-1
lines changed
  • source/reference/operator

1 file changed

+1
-1
lines changed

source/reference/operator/in.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $in
1818

1919
db.inventory.find( { qty: { $in: [ 5, 15 ] } } )
2020

21-
This query will attempt to select all documents in the ``inventory``
21+
This query selects all documents in the ``inventory``
2222
collection where the ``qty`` field value is either ``5`` or
2323
``15``. Although you can express this query using the
2424
:operator:`$or` operator, choose the :operator:`$in` operator rather

0 commit comments

Comments
 (0)