diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-01-13 13:33:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-13 13:33:26 -0500 |
| commit | b762242d86878a38bf7599395eae5f4a4808bdeb (patch) | |
| tree | 8ad2802a027c70c42e79c7639367b960836a61ab /docs-src | |
| parent | 56d000e03aa2c1b03dc85ebd374daf206f484799 (diff) | |
| parent | 903791bde6bbd1ea1842a02cc2768f7894e424ab (diff) | |
Merge pull request #461 from hairyhenderson/fix-docs-bugs
Fixing some docs bugs, and clarifying some things
Diffstat (limited to 'docs-src')
| -rw-r--r-- | docs-src/content/functions/conv.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-src/content/functions/conv.yml b/docs-src/content/functions/conv.yml index bbdf374f..85432558 100644 --- a/docs-src/content/functions/conv.yml +++ b/docs-src/content/functions/conv.yml @@ -76,7 +76,7 @@ funcs: age: 42 name: Frank $ gomplate -i '{{ dict 1 2 3 | toJSON }}' - {"1":"2","3":""} + {"1":2,"3":""} - | $ cat <<EOF| gomplate {{ define "T1" }}Hello {{ .thing }}!{{ end -}} |
