chore: typo

Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
discord9
2026-03-16 12:55:34 +08:00
parent 144c1e0c94
commit bf5e1fae26

View File

@@ -13,7 +13,7 @@ When incremental reads are stale or correctness cannot be proven, Flow falls bac
# Motivation
Flow batching currently still need to repeatly compute old data in the same time window, so having the chance to do incremental query
Flow batching currently still need to repeatedly compute old data in the same time window, so having the chance to do incremental query
could be useful for flow's performance.
# Goals