Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix truncate arguments (#19068)
* docs: truncate arg 'suffix' is string, not bool * docs: fix required args for truncate The arguments `ellipsis` and `suffix` are not required. [Refer to VRL source](https://github.com/vectordotdev/vrl/blob/37319dfca17dc5d7637b24455199029cc30eb128/src/stdlib/truncate.rs#L48) to confirm.
- Loading branch information