From bf5e1fae2693090fe567ff543ce1a89e04ba0c11 Mon Sep 17 00:00:00 2001 From: discord9 Date: Mon, 16 Mar 2026 12:55:34 +0800 Subject: [PATCH] chore: typo Signed-off-by: discord9 --- docs/rfcs/2026-03-16-flow-inc-query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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