From 4307f72303394196c589e0562c752cdab735d13f Mon Sep 17 00:00:00 2001 From: Andrew Feierabend Date: Tue, 16 Feb 2021 17:06:53 -0500 Subject: [PATCH] DOCS-14134 fix positional projection array behavior --- source/reference/operator/projection/positional.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/operator/projection/positional.txt b/source/reference/operator/projection/positional.txt index f36a057caad..8cf8be19908 100644 --- a/source/reference/operator/projection/positional.txt +++ b/source/reference/operator/projection/positional.txt @@ -17,9 +17,9 @@ Definition The positional :projection:`$` operator limits the contents of an - ```` from the query results to contain only the **first** element - matching the query document. To specify an array element to update, see the - :doc:`positional $ operator for updates + ```` to return the first element that matches the query + condition on the array. To specify an array element to update, see + the :doc:`positional $ operator for updates `. Use :projection:`$` in the :term:`projection` document of the