Skip to content

Commit d22c253

Browse files
committed
Fix lint
1 parent c0848fa commit d22c253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/wordcount/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var (
2626
seg gse.Segmenter
2727
)
2828

29-
// MessageRecord将保存聊天消息的时间与内容到json
29+
// MessageRecord represents a chat message with timestamp and text to json.
3030
type MessageRecord struct {
3131
Time int64 `json:"time"`
3232
Text string `json:"text"`

0 commit comments

Comments
 (0)