summaryrefslogtreecommitdiff
path: root/docs-src
diff options
context:
space:
mode:
Diffstat (limited to 'docs-src')
-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