From d7a86b7ae1bfa9b5222ca03a8aeb442cb94aa770 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 22 Jan 2019 17:25:21 -0700 Subject: [PATCH] updated typo on fill function --- content/v2.0/reference/flux/functions/transformations/fill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/reference/flux/functions/transformations/fill.md b/content/v2.0/reference/flux/functions/transformations/fill.md index 46a68fece..372fd3d19 100644 --- a/content/v2.0/reference/flux/functions/transformations/fill.md +++ b/content/v2.0/reference/flux/functions/transformations/fill.md @@ -41,7 +41,7 @@ When `true`, assigns the value set in the previous non-null row. Cannot be used with `value`. {{% /note %}} -_**Data type:** Boolean | Integer | UInteger | Float | String | Time | Duration_ +_**Data type:** Boolean_ ## Examples