Skip to content

Commit e08423e

Browse files
committed
DOCS-14134 fix positional projection array behavior
1 parent 43065f2 commit e08423e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference/operator/projection/positional.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Definition
1717

1818

1919
The positional :projection:`$` operator limits the contents of an
20-
``<array>`` from the query results to contain only the **first** element
21-
matching the query document. To specify an array element to update, see the
22-
:doc:`positional $ operator for updates
20+
``<array>`` to return the first element that matches the query
21+
condition on the array. To specify an array element to update, see
22+
the :doc:`positional $ operator for updates
2323
</reference/operator/update/positional>`.
2424

2525
Use :projection:`$` in the :term:`projection` document of the

0 commit comments

Comments
 (0)