Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix truncate arguments #19068

Merged
merged 2 commits into from
Nov 6, 2023
Merged

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    2b6fc6f View commit details
    Browse the repository at this point in the history
  2. 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.
    c3pmark committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    4e29d96 View commit details
    Browse the repository at this point in the history