[skip e2e] Fix grammar mistake in rocksmq (#13916)

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

Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
pull/13923/head
jaime 2021-12-21 21:53:18 +08:00 committed by GitHub
parent 75010777df
commit cb0cbe2a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ package rocksmq
import "context"
// ProducerMessage that will be write to rocksdb
// ProducerMessage that will be written to rocksdb
type ProducerMessage struct {
Payload []byte
}