diff --git a/content/v2.0/reference/flux/functions/built-in/tests/contains.md b/content/v2.0/reference/flux/functions/built-in/tests/contains.md index 75e670986..be4fbd634 100644 --- a/content/v2.0/reference/flux/functions/built-in/tests/contains.md +++ b/content/v2.0/reference/flux/functions/built-in/tests/contains.md @@ -37,7 +37,7 @@ _**Data type:** Array of Booleans | Integers | UIntegers | Floats | Strings | Ti ```js fields = ["load1", "load5", "load15"] -from(bucket) +from(bucket: "example-bucket") |> range(start:start, stop: stop) |> filter(fn: (r) => r._measurement == "system" and