File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ declare_operator! { "Set Expression Operators" ["https://docs.mongodb.com/manual
298
298
declare_operator ! { "String Expression Operators" [ "https://docs.mongodb.com/manual/reference/operator/aggregation/#string-expression-operators" ] :
299
299
Concat => "$concat" ,
300
300
IndexOfBytes => "$indexOfBytes" ,
301
- IndexOfCP => "$indexOfCP" ,
301
+ IndexOfCp => "$indexOfCP" ,
302
302
LeftTrim => "$ltrim" ,
303
303
RegexFind => "$regexFind" ,
304
304
RegexFindAll => "$regexFindAll" ,
@@ -311,7 +311,7 @@ declare_operator! { "String Expression Operators" ["https://docs.mongodb.com/man
311
311
StrCaseCmp => "$strcasecmp" ,
312
312
Substr => "$substr" ,
313
313
SubstrBytes => "$substrBytes" ,
314
- SubstrCP => "$substrCP" ,
314
+ SubstrCp => "$substrCP" ,
315
315
ToLower => "$toLower" ,
316
316
ToString => "$toString" ,
317
317
Trim => "$trim" ,
You can’t perform that action at this time.
0 commit comments