From 51fc36898ee1002b229426df131a828561af954a Mon Sep 17 00:00:00 2001 From: Bence Lovas Date: Tue, 1 Oct 2024 15:37:36 +0200 Subject: [PATCH] fix arrayFilters formatting --- source/reference/operator/update/positional-filtered.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/operator/update/positional-filtered.txt b/source/reference/operator/update/positional-filtered.txt index dcf33e76ca0..f4a9114052f 100644 --- a/source/reference/operator/update/positional-filtered.txt +++ b/source/reference/operator/update/positional-filtered.txt @@ -29,7 +29,7 @@ Definition { arrayFilters: [ { : } ] } Use in conjunction with the ``arrayFilters`` option to update all - elements that match the 11arrayFilters`` conditions in the + elements that match the ``arrayFilters`` conditions in the document or documents that match the query conditions. For example: .. code-block:: javascript