[skip e2e] Fix grammar mistake in param_table.go (#13678)

Signed-off-by: yun.zhang <yun.zhang@zilliz.com>

Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
This commit is contained in:
jaime 2021-12-19 12:36:47 +08:00 committed by GitHub
parent 1a030bba59
commit 417705dc11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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