From c85ac82a989c03b40a90d427fc8854b0ce511416 Mon Sep 17 00:00:00 2001 From: "min.tian" Date: Tue, 16 Nov 2021 17:39:10 +0800 Subject: [PATCH] [skip ci] Check the grammar of proxy-reduce docs (#11900) Signed-off-by: min.tian --- docs/developer_guides/proxy-reduce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guides/proxy-reduce.md b/docs/developer_guides/proxy-reduce.md index 06a3d1f190..80f72f4df6 100644 --- a/docs/developer_guides/proxy-reduce.md +++ b/docs/developer_guides/proxy-reduce.md @@ -17,7 +17,7 @@ So the problem degenerates to how to get the maximum number of 10 (TOPK) results ## K-Way Merge Algorithm -Pseudocode of this algorithm is shown below: +The pseudocode of this algorithm is shown below: ```golang n = 4