We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d99f22 commit 80ab8a5Copy full SHA for 80ab8a5
source/reference/operators.txt
@@ -53,9 +53,9 @@ This statement returns all documents with ``field`` between
53
Fields containing arrays match conditional operators, if only one
54
item matches. Therefore, the following query:
55
56
-.. code-block:: javascript
+ .. code-block:: javascript
57
58
- db.collection.find( { field: { $gt:0, $lt:2 } } );
+ db.collection.find( { field: { $gt:0, $lt:2 } } );
59
60
Will match a document that contains the following field:
61
0 commit comments