Skip to content

Commit

Permalink
[ISSUE #929] Correct struct comment (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliverwqcwrw authored Oct 13, 2022
1 parent 92515f7 commit 8011561
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 8011561

Please sign in to comment.