Skip to content

Commit 7007f48

Browse files
committed
Polishing.
Fix typo in reference docs. See #3758
1 parent 72a24a9 commit 7007f48

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
@@ -85,7 +85,7 @@ At the time of this writing, we provide support for the following Aggregation Op
8585
| `abs`, `add` (+++*+++ via `plus`), `ceil`, `divide`, `exp`, `floor`, `ln`, `log`, `log10`, `mod`, `multiply`, `pow`, `round`, `sqrt`, `subtract` (+++*+++ via `minus`), `trunc`
8686

8787
| String Aggregation Operators
88-
| `concat`, `substr`, `toLower`, `toUpper`, `stcasecmp`, `indexOfBytes`, `indexOfCP`, `split`, `strLenBytes`, `strLenCP`, `substrCP`, `trim`, `ltrim`, `rtim`
88+
| `concat`, `substr`, `toLower`, `toUpper`, `strcasecmp`, `indexOfBytes`, `indexOfCP`, `split`, `strLenBytes`, `strLenCP`, `substrCP`, `trim`, `ltrim`, `rtim`
8989

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

0 commit comments

Comments
 (0)