Skip to content

Commit f9ced03

Browse files
authored
DOCS-15762 fixes issue in substrCP output (#2362)
1 parent 6cf5077 commit f9ced03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/operator/aggregation/substrCP.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Definition
9090
- ``"cafét"``
9191

9292
* - ``{ $substrCP: [ "cafétéria", 5, 4 ] }``
93-
- ``"tér"``
93+
- ``"éria"``
9494

9595
* - ``{ $substrCP: [ "cafétéria", 7, 3 ] }``
9696
- ``"ia"``

0 commit comments

Comments
 (0)