Skip to content

Commit 42bd680

Browse files
authored
Update time-series-filling-gaps.md
Fix typo in 'INTERPPOLATE' clause
1 parent cdeb83a commit 42bd680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/developer/time-series-filling-gaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ INTERPOLATE (cumulative);
301301
```
302302

303303
That looks much better.
304-
And now to finish it off, let's add a bar chart using the `bar` function, not forgetting to add our new column to the `INTERPPOLATE` clause.
304+
And now to finish it off, let's add a bar chart using the `bar` function, not forgetting to add our new column to the `INTERPOLATE` clause.
305305

306306
```sql
307307
SELECT

0 commit comments

Comments
 (0)