fix: pr requested changes

pull/4606/head
Sunbrye Ly 2022-11-02 08:27:49 -07:00
parent 8781adf0b6
commit 0ab3960778
2 changed files with 2 additions and 4 deletions

View File

@ -74,8 +74,7 @@ functions to perform both of these functions at the same time.
Use [`tail()`](/{{< latest "flux" >}}/stdlib/universe/tail/)
to limit the number of records in each output table to the last `n` rows.
##### Example retrieving last 100 records
The following example retrieves the last 100 records within a given timerange.
##### Return the last 100 rows from each input table
```js
from(bucket: "example-bucket")

View File

@ -75,8 +75,7 @@ functions to perform both of these functions at the same time.
Use [`tail()`](/{{< latest "flux" >}}/stdlib/universe/tail/)
to limit the number of records in each output table to the last `n` rows.
##### Example retrieving last 100 records
The following example retrieves the last 100 records within a given timerange.
##### Return the last 100 rows from each input table
```js
from(bucket: "example-bucket")