Skip to content

Commit

Permalink
docs: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Harrison committed Aug 3, 2022
1 parent 6e0eb72 commit b63882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/mail/mail_v3.go
Expand Up @@ -329,7 +329,7 @@ func (p *Personalization) AddTos(to ...*Email) {
p.To = append(p.To, to...)
}

//AddFrom ...
// AddFrom ...
func (p *Personalization) AddFrom(from *Email) {
p.From = from
}
Expand Down

0 comments on commit b63882c

Please sign in to comment.