[skip e2e] Grammar correction (#14514)

Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>
This commit is contained in:
cxytz01 2021-12-29 17:33:08 +08:00 committed by GitHub
parent 1f62d5205f
commit 0437dadd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ func (nm *NodeManager) PeekClient(meta Meta) (UniqueID, types.IndexNode) {
return nodeID, client
}
// ListNode list all IndexNodes in node manager.
// ListNode lists all IndexNodes in node manager.
func (nm *NodeManager) ListNode() []UniqueID {
//nm.lock.Lock()
//defer nm.lock.Unlock()