From 417705dc11fa4046b58398aeec317ea93528f88c Mon Sep 17 00:00:00 2001 From: jaime Date: Sun, 19 Dec 2021 12:36:47 +0800 Subject: [PATCH] [skip e2e] Fix grammar mistake in param_table.go (#13678) Signed-off-by: yun.zhang Co-authored-by: yun.zhang --- internal/querycoord/param_table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/querycoord/param_table.go b/internal/querycoord/param_table.go index d26cd306f0..e0005faaff 100644 --- a/internal/querycoord/param_table.go +++ b/internal/querycoord/param_table.go @@ -31,7 +31,7 @@ import ( // UniqueID is an alias for the Int64 type type UniqueID = typeutil.UniqueID -// ParamTable maintains some of the environment variables that are required for the QuryCoord runtime +// ParamTable maintains some environment variables that are required for the QuryCoord runtime type ParamTable struct { paramtable.BaseTable