diff --git a/source/reference/operator/query/bitsAnySet.txt b/source/reference/operator/query/bitsAnySet.txt index 6d06989bfba..23b12f8bb5b 100644 --- a/source/reference/operator/query/bitsAnySet.txt +++ b/source/reference/operator/query/bitsAnySet.txt @@ -59,7 +59,7 @@ because the binary representation of the bitmask ``35`` is ``00100011``. .. code-block:: javascript - db.collection.find( { a: { $bitsAnySet: 50 } } ) + db.collection.find( { a: { $bitsAnySet: 35 } } ) The query matches the following documents: