Skip to content

Commit

Permalink
docs: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Harrison authored and qhenkart committed Mar 15, 2024
1 parent bd66599 commit da719f6
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 da719f6

Please sign in to comment.