[skip ci]Modify comment for Init in param table (#9142)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/9143/head
sunby 2021-10-03 17:51:55 +08:00 committed by GitHub
parent c54599ae6f
commit 68b26326d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ type ParamTable struct {
var Params ParamTable
var once sync.Once
/* Init params from base table as well as data coord yaml*/
// Init inits params from base table as well as data coord yaml
func (p *ParamTable) Init() {
// load yaml
p.BaseTable.Init()