diff --git a/api-reference/operators/array-update/$positional-filtered.md b/api-reference/operators/array-update/$positional-filtered.md index 02db982..7eeb19f 100644 --- a/api-reference/operators/array-update/$positional-filtered.md +++ b/api-reference/operators/array-update/$positional-filtered.md @@ -1,6 +1,6 @@ --- -title: $[] -description: The $[] operator is used to update all elements using a specific identifier in an array that match the query condition. +title: $[identifier] +description: The $[identifier] operator is used to update all elements using a specific identifier in an array that match the query condition. type: operators category: array-update ---