Skip to content

Commit

Permalink
message: fix struct name in comment (#520)
Browse files Browse the repository at this point in the history
Signed-off-by: hongmengning <[email protected]>
Co-authored-by: Miłosz Smółka <[email protected]>
  • Loading branch information
hongmengning and m110 authored Jan 9, 2025
1 parent b704971 commit fb38a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type Message struct {

// ack is closed when acknowledge is received.
ack chan struct{}
// noACk is closed when negative acknowledge is received.
// noAck is closed when negative acknowledge is received.
noAck chan struct{}

ackMutex sync.Mutex
Expand Down

0 comments on commit fb38a79

Please sign in to comment.