diff --git a/source/core/index-intersection.txt b/source/core/index-intersection.txt index 2059214d8c2..4459a639b08 100644 --- a/source/core/index-intersection.txt +++ b/source/core/index-intersection.txt @@ -30,7 +30,7 @@ the following query: .. code-block:: javascript - db.orders.find( { item: "abc123", qty: { $gt: 15 } } ) + db.orders.find( { item: "abc123", qty: 15 } ) To determine if MongoDB used index intersection, run :method:`~cursor.explain()`; the results of :ref:`explain()