Skip to content

Commit 15b000e

Browse files
committed
Polishing.
Fix typo in reference docs. See #3758
1 parent e428b9b commit 15b000e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/aggregation-framework.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ At the time of this writing, we provide support for the following Aggregation Op
8888
| `abs`, `add` (+++*+++ via `plus`), `ceil`, `divide`, `exp`, `floor`, `ln`, `log`, `log10`, `mod`, `multiply`, `pow`, `round`, `sqrt`, `subtract` (+++*+++ via `minus`), `trunc`
8989

9090
| String Aggregation Operators
91-
| `concat`, `substr`, `toLower`, `toUpper`, `stcasecmp`, `indexOfBytes`, `indexOfCP`, `split`, `strLenBytes`, `strLenCP`, `substrCP`, `trim`, `ltrim`, `rtim`
91+
| `concat`, `substr`, `toLower`, `toUpper`, `strcasecmp`, `indexOfBytes`, `indexOfCP`, `split`, `strLenBytes`, `strLenCP`, `substrCP`, `trim`, `ltrim`, `rtim`
9292

9393
| Comparison Aggregation Operators
9494
| `eq` (+++*+++ via `is`), `gt`, `gte`, `lt`, `lte`, `ne`

0 commit comments

Comments
 (0)