Skip to content

Commit 80ab8a5

Browse files
author
Sam Kleinman
committed
DOCS-1084: fixing nexted code block
1 parent 7d99f22 commit 80ab8a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/operators.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ This statement returns all documents with ``field`` between
5353
Fields containing arrays match conditional operators, if only one
5454
item matches. Therefore, the following query:
5555

56-
.. code-block:: javascript
56+
.. code-block:: javascript
5757

58-
db.collection.find( { field: { $gt:0, $lt:2 } } );
58+
db.collection.find( { field: { $gt:0, $lt:2 } } );
5959

6060
Will match a document that contains the following field:
6161

0 commit comments

Comments
 (0)