[skip ci]Fix datanode typo error (#10879)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
pull/10913/head
godchen 2021-10-29 12:03:38 +08:00 committed by GitHub
parent 104c16fd1b
commit 7071ded008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func defaultFactory(hash *consistent.Consistent) ChannelPolicyFactory {
return NewConsistentHashChannelPolicyFactory(hash)
}
// NewChannelManager return a new ChannelManager
// NewChannelManager returns a new ChannelManager
func NewChannelManager(kv kv.TxnKV, posProvider positionProvider, options ...ChannelManagerOpt) (*ChannelManager, error) {
c := &ChannelManager{
posProvider: posProvider,