Skip to content

Commit

Permalink
[ISSUE #929] Correct struct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliverwqcwrw committed Oct 9, 2022
1 parent 92515f7 commit 0cb88f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitive/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (result *SendResult) String() string {
result.Status, result.MsgID, result.OffsetMsgID, result.QueueOffset, result.MessageQueue.String())
}

// SendResult RocketMQ send result
// TransactionSendResult RocketMQ send result
type TransactionSendResult struct {
*SendResult
State LocalTransactionState
Expand Down

0 comments on commit 0cb88f7

Please sign in to comment.