From 9e6f92736c3d4b5a95d504638a4b844938cf528d Mon Sep 17 00:00:00 2001 From: Krishna Tippur <122297112+krishnatippur@users.noreply.github.com> Date: Sat, 15 Jun 2024 05:57:31 -0700 Subject: Fix broken example for Strings.Trim (#2107) --- docs/content/functions/strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/content/functions/strings.md b/docs/content/functions/strings.md index 5e43ac1e..9317d95d 100644 --- a/docs/content/functions/strings.md +++ b/docs/content/functions/strings.md @@ -665,7 +665,7 @@ input | strings.Trim cutset ### Examples ```console -$ gomplate -i '{{ "_-foo-_" | strings.Trim "_-" }} +$ gomplate -i '{{ "_-foo-_" | strings.Trim "_-" }}' foo ``` -- cgit v1.2.3