From c4348636a604871310d2e8c7888d70d53350e36b Mon Sep 17 00:00:00 2001 From: Nick-Rivera <35855731+Nick-Rivera@users.noreply.github.com> Date: Mon, 10 Sep 2018 23:13:35 -0700 Subject: [PATCH] Fix typo Changed date -> data --- content/en/functions/default.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/default.md b/content/en/functions/default.md index 1b5a9fb6f..18f7b7d33 100644 --- a/content/en/functions/default.md +++ b/content/en/functions/default.md @@ -22,7 +22,7 @@ aliases: [] needsexamples: false --- -`default` checks whether a given value is set and returns a default value if it is not. *Set* in this context means different things depending on date type: +`default` checks whether a given value is set and returns a default value if it is not. *Set* in this context means different things depending on the data type: * non-zero for numeric types and times * non-zero length for strings, arrays, slices, and maps