summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2016-03-09 16:46:16 -0600
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-03-10 17:47:59 +0100
commitf3f9763afd7955780b803de511a2a1eca7c8c8ae (patch)
treef7c371a07dcecf2092319a7d28268169ef2bbd4f /docs
parent09c8c17bf06ed5f215922b0755558e58a8723802 (diff)
tpl: Add time note to default func description
Diffstat (limited to 'docs')
-rw-r--r--docs/content/templates/functions.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md
index 912bb3cde..599e61bda 100644
--- a/docs/content/templates/functions.md
+++ b/docs/content/templates/functions.md
@@ -30,9 +30,9 @@ and other basic tools; these are listed in the
### default
Checks whether a given value is set and returns a default value if it is not.
-"Set" in this context means true for booleans; non-zero for numeric types;
-non-zero length for strings, arrays, slices, and maps; any struct value; or
-non-nil for any other types.
+"Set" in this context means true for booleans; non-zero for numeric types and
+times; non-zero length for strings, arrays, slices, and maps; any struct value;
+or non-nil for any other types.
e.g.