Update _yaml/data-functions.yml

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
Deborah 2023-07-06 13:23:40 +01:00 committed by GitHub
parent e33bd11439
commit c9377e413d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,7 +315,7 @@ df_date:
default: minute
options: *df_durationUnit
returns: Date
description: Adds a given time period from a Date. Returns either a JavaScript Date or Luxon Date, depending on input.
description: Adds a given time period to a Date. Returns either a JavaScript Date or Luxon Date, depending on input.
df_array:
- funcName: average
returns: Number