Skip to content

Commit 98ed719

Browse files
authored
Fix: 修正message.go中的注释错误 (#518)
1 parent ef8bef5 commit 98ed719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ func (m *Message) IsTransferAccounts() bool {
284284
return m.IsMedia() && m.FileName == "微信转账"
285285
}
286286

287-
// IsSendRedPacket 否发出红包判断当前是
287+
// IsSendRedPacket 判断当前是否发出红包
288288
func (m *Message) IsSendRedPacket() bool {
289289
return m.IsSystem() && m.Content == "发出红包,请在手机上查看"
290290
}

0 commit comments

Comments
 (0)