diff --git a/docs/rfcs/2026-03-16-flow-inc-query.md b/docs/rfcs/2026-03-16-flow-inc-query.md index 0ce8067433..1f07cb4fd6 100644 --- a/docs/rfcs/2026-03-16-flow-inc-query.md +++ b/docs/rfcs/2026-03-16-flow-inc-query.md @@ -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