Skip to content

Commit a72c655

Browse files
committed
Update analysis-functions.md
1 parent d5df710 commit a72c655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/use-cases/time-series/03_analysis-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ LIMIT 10;
6161
Counter metrics naturally accumulate over time.
6262
To analyze this cumulative growth, we can calculate running totals using window functions.
6363

64-
The following query demonstrates this by using the `sum() OVER` clause creates a running total, while the `bar()` function provides a visual representation of the growth.
64+
The following query demonstrates this by using the `sum() OVER` clause, which creates a running total. The `bar()` function provides a visual representation of the growth.
6565

6666
```sql
6767
SELECT

0 commit comments

Comments
 (0)