From 0c93c2f5268e3703d2ef8aafe1806a7c19e94f9f Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 13 Feb 2019 15:41:41 -0700 Subject: [PATCH] added missing paramater data type on window function --- .../reference/flux/functions/built-in/transformations/window.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/window.md b/content/v2.0/reference/flux/functions/built-in/transformations/window.md index f68d57351..fee6fc0b9 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/window.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/window.md @@ -107,6 +107,8 @@ _**Data type:** String_ Specifies whether empty tables should be created. Defaults to `false`. +_**Data type:** Boolean_ + ## Examples #### Window data into 10 minute intervals