diff --git a/source/reference/operator/query/and.txt b/source/reference/operator/query/and.txt index 8cf33e50ef1..dccc422d38a 100644 --- a/source/reference/operator/query/and.txt +++ b/source/reference/operator/query/and.txt @@ -75,9 +75,6 @@ This query will select all documents where: - the ``sale`` field value is equal to ``true`` **or** the ``qty`` field value is less than ``20``. -This query cannot be constructed using an implicit ``AND`` operation, -because it uses the :query:`$or` operator more than once. - .. seealso:: :method:`~db.collection.find()`, :method:`~db.collection.update()`,