summaryrefslogtreecommitdiff
path: root/docs-src/content/functions
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2024-06-16 08:10:47 -0400
committerGitHub <noreply@github.com>2024-06-16 08:10:47 -0400
commit419af95e7c3fcb22ba0889baef3fab88da722db6 (patch)
tree5e92cad59d9c2918fd212dd613953b5227f23631 /docs-src/content/functions
parent9e6f92736c3d4b5a95d504638a4b844938cf528d (diff)
docs: Sync fix from #2107 to source (#2114)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs-src/content/functions')
-rw-r--r--docs-src/content/functions/strings.yml2
1 files changed, 1 insertions, 1 deletions
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