Skip to content

Commit

Permalink
Fix RecipientDSN typo (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
corey-aloia committed Dec 1, 2023
1 parent 2f48e1b commit ea70bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsn/dsn.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type Explanation struct {

// DeliveryStatus provides a machine-readable description of the condition(s) that caused the report to be generated.
type DeliveryStatus struct {
// RecipientDSN is Delivery Status Notification per message.
// MessageDSN is Delivery Status Notification per message.
MessageDSNs []textproto.MIMEHeader
// RecipientDSN is Delivery Status Notification per recipient.
RecipientDSNs []textproto.MIMEHeader
Expand Down

0 comments on commit ea70bfe

Please sign in to comment.