Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Changed date -> data
  • Loading branch information
Nick-Rivera authored and bep committed Sep 11, 2018
1 parent 0a671bc commit c434863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/functions/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c434863

Please sign in to comment.