diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2024-06-16 08:10:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-16 08:10:47 -0400 |
| commit | 419af95e7c3fcb22ba0889baef3fab88da722db6 (patch) | |
| tree | 5e92cad59d9c2918fd212dd613953b5227f23631 /docs-src | |
| parent | 9e6f92736c3d4b5a95d504638a4b844938cf528d (diff) | |
docs: Sync fix from #2107 to source (#2114)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs-src')
| -rw-r--r-- | docs-src/content/functions/strings.yml | 2 |
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 |
