Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions source/reference/operator/aggregation/trim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ Behavior
- You can override the default characters to trim using the ``chars``
field.

For example, the following trims any ``g`` and ``e`` from the from
the start and end of the input. Since the input starts with a
For example, the following trims any ``g`` and ``e`` from the start and end of the input. Since the input starts with a
whitespace, neither character can be trimmed from the start of the
string.

Expand Down