summaryrefslogtreecommitdiff
path: root/docs-src
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2019-01-13 12:38:43 -0500
committerDave Henderson <dhenderson@gmail.com>2019-01-13 13:31:42 -0500
commit903791bde6bbd1ea1842a02cc2768f7894e424ab (patch)
tree8ad2802a027c70c42e79c7639367b960836a61ab /docs-src
parent56d000e03aa2c1b03dc85ebd374daf206f484799 (diff)
Fixing some docs bugs, and clarifying some things
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs-src')
-rw-r--r--docs-src/content/functions/conv.yml2
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 -}}