This commit is contained in:
Kristin Laemmert 2018-05-22 16:14:56 -07:00 committed by Martin Atkins
parent a187c92f0e
commit e30cb1a7dc
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ var TimestampFunc = function.New(&function.Spec{
},
})
// TimeStampFunc constructs a function that adds a duration to a timestamp, returning a new timestamp.
// TimeAddFunc constructs a function that adds a duration to a timestamp, returning a new timestamp.
var TimeAddFunc = function.New(&function.Spec{
Params: []function.Parameter{
{