Skip to content

Commit cb868e2

Browse files
authored
DOCSP-23034 correcting page (#1499) (#1502)
1 parent 5073ebe commit cb868e2

File tree

1 file changed

+1
-1
lines changed
  • source/reference/operator/query

1 file changed

+1
-1
lines changed

source/reference/operator/query/or.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $or
1313
.. query:: $or
1414

1515
The :query:`$or` operator performs a logical ``OR`` operation on an
16-
array of *two or more* ``<expressions>`` and selects the documents
16+
array of *one or more* ``<expressions>`` and selects the documents
1717
that satisfy *at least* one of the ``<expressions>``. The
1818
:query:`$or` has the following syntax:
1919

0 commit comments

Comments
 (0)