Update msg.go

Co-authored-by: iwittkau <iwittkau@users.noreply.github.com>
This commit is contained in:
Winni Neessen 2023-01-02 22:29:10 +01:00 committed by GitHub
parent dbb596893d
commit 5897bddd11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
msg.go
View file

@ -976,7 +976,7 @@ func (m *Msg) SendErrorIsTemp() bool {
return false return false
} }
// SendError returns the senderror field of the Msg // SendError returns the sendError field of the Msg
func (m *Msg) SendError() error { func (m *Msg) SendError() error {
return m.sendError return m.sendError
} }