From ec8d27e814bf6efd794b6152cf12e47f9c94af01 Mon Sep 17 00:00:00 2001 From: Yana Key Date: Wed, 20 Apr 2022 22:16:43 +0300 Subject: [PATCH] Typo fix Micro typo fix in example return value. --- source/reference/operator/aggregation/substrCP.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/operator/aggregation/substrCP.txt b/source/reference/operator/aggregation/substrCP.txt index a63324dc84..35f810113d 100644 --- a/source/reference/operator/aggregation/substrCP.txt +++ b/source/reference/operator/aggregation/substrCP.txt @@ -90,7 +90,7 @@ Definition - ``"cafét"`` * - ``{ $substrCP: [ "cafétéria", 5, 4 ] }`` - - ``"tér"`` + - ``"éria"`` * - ``{ $substrCP: [ "cafétéria", 7, 3 ] }`` - ``"ia"``