From 419af95e7c3fcb22ba0889baef3fab88da722db6 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sun, 16 Jun 2024 08:10:47 -0400 Subject: docs: Sync fix from #2107 to source (#2114) Signed-off-by: Dave Henderson --- docs-src/content/functions/strings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs-src/content/functions') diff --git a/docs-src/content/functions/strings.yml b/docs-src/content/functions/strings.yml index 0c2cc863..767a0d4a 100644 --- a/docs-src/content/functions/strings.yml +++ b/docs-src/content/functions/strings.yml @@ -419,7 +419,7 @@ funcs: description: the input examples: - | - $ gomplate -i '{{ "_-foo-_" | strings.Trim "_-" }} + $ gomplate -i '{{ "_-foo-_" | strings.Trim "_-" }}' foo - name: strings.TrimPrefix released: v2.5.0 -- cgit v1.2.3