Skip to content

Commit 59dd3e9

Browse files
mihaibudiusnkas
authored andcommitted
Fix typo in docs
Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
1 parent 45794cf commit 59dd3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs.feldera.com/docs/tutorials/time-series.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ See [`NOW()`](/sql/datetime/#now) documentation for more details.
714714

715715
Feldera implements garbage collection for temporal filters by discarding records older
716716
than the left window bound (e.g., records more than 7 days old in the above example).
717-
This optimization is sound because `NOW()` grows monotonically, and not _not_ require
717+
This optimization is sound because `NOW()` grows monotonically, and does _not_ require
718718
the timestamp column to have a waterline.
719719

720720

0 commit comments

Comments
 (0)