Skip to content

Commit 8347914

Browse files
jmd-mongojeff-allen-mongo
authored andcommitted
DOCSP-10628 substrCP example correction
1 parent 671fb39 commit 8347914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/operator/aggregation/substrCP.txt

Lines changed: 2 additions & 2 deletions
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"``
@@ -199,4 +199,4 @@ The operation returns the following results:
199199
{ "_id" : 7, "name" : "tacos", "menuCode" : "tac" }
200200
{ "_id" : 8, "name" : "寿司sushi", "menuCode" : "寿司s" }
201201

202-
.. seealso:: :expression:`$substrBytes`
202+
.. seealso:: :expression:`$substrBytes`

0 commit comments

Comments
 (0)