From f71e85ee1ce4246111b921c81435df1669c043e7 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 23 Apr 2020 15:24:44 -0600 Subject: [PATCH] updated fill query guide to address PR feedback --- content/v2.0/query-data/flux/fill.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/content/v2.0/query-data/flux/fill.md b/content/v2.0/query-data/flux/fill.md index 4863f45f5..e23cf0706 100644 --- a/content/v2.0/query-data/flux/fill.md +++ b/content/v2.0/query-data/flux/fill.md @@ -1,10 +1,10 @@ --- title: Fill null values in data seotitle: Fill null values in data -list_title: Fill null values +list_title: Fill description: > Use the [`fill()` function](/v2.0/reference/flux/stdlib/built-in/transformations/fill/) - to replace _null_ values in query results. + to replace _null_ values. weight: 210 menu: v2_0: @@ -19,11 +19,10 @@ list_code_example: | --- Use the [`fill()` function](/v2.0/reference/flux/stdlib/built-in/transformations/fill/) -to replace _null_ values in query results. +to replace _null_ values with: - -- [Use the previous non-null value](#fill-with-the-previous-value) to replace _null_ values -- [Specify a value](#fill-with-a-specified-value) to replace _null_ values +- [the previous non-null value](#fill-with-the-previous-value) +- [a specified value](#fill-with-a-specified-value) ```js