[skip ci] Fix grammar in comment (#8382)

Signed-off-by: sida shen <sida@sidas-MacBook-Pro.local>

Co-authored-by: sida shen <sida@sidas-MacBook-Pro.local>
pull/8409/head
SS 2021-09-23 16:50:16 +08:00 committed by GitHub
parent 490537a92c
commit 58a178fdf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ func (dn *deleteNode) Operate(in []Msg) []Msg {
return []Msg{}
}
// getSegmentsByPKs return the bloom filter check result.
// getSegmentsByPKs returns the bloom filter check result.
// If the key may exists in the segment, returns it in map.
// If the key not exists in the segment, the segment is filter out.
func getSegmentsByPKs(pks []int64, segments []*Segment) (map[int64][]int64, error) {