[skip e2e] Fix comment typo for mqclient message (#14988)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
pull/15002/head
shaoyue 2022-01-07 13:29:28 +08:00 committed by GitHub
parent 0b74c62aed
commit 19bb516aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
package mqclient
// ConsumerMessage is the interface that provides operations of a consumer
// Message is the interface that provides operations of a consumer
type Message interface {
// Topic get the topic from which this message originated from
Topic() string