From 2e1e3d830409e28dfe0ee9255798ccdf2b7bd76b Mon Sep 17 00:00:00 2001 From: congqixia Date: Mon, 20 Dec 2021 12:28:43 +0800 Subject: [PATCH] [skip e2e] Fix typo in QueryCoord param table (#13687) Signed-off-by: Congqi Xia --- 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 e0005faaff..beabf34cdc 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 environment variables that are required for the QuryCoord runtime +// ParamTable maintains some environment variables that are required for the QueryCoord runtime type ParamTable struct { paramtable.BaseTable