diff --git a/content/influxdb/cloud/reference/flux/stdlib/experimental/geo/torows.md b/content/influxdb/cloud/reference/flux/stdlib/experimental/geo/torows.md index 2df5ed151..d8d76079b 100644 --- a/content/influxdb/cloud/reference/flux/stdlib/experimental/geo/torows.md +++ b/content/influxdb/cloud/reference/flux/stdlib/experimental/geo/torows.md @@ -37,7 +37,7 @@ from(bucket: "example-bucket") ## Function definition ```js -toRows = (tables=<-, correlationKey=["_time"]) => +toRows = (tables=<-) => tables |> v1.fieldsAsCols() ```