Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo in server example
  • Loading branch information
foxcpp authored and emersion committed Apr 3, 2019
1 parent 6c24079 commit 93209ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (s *Session) Mail(from string) error {
}

func (s *Session) Rcpt(to string) error {
log.Println("Rcpt to:", from)
log.Println("Rcpt to:", to)
return nil
}

Expand Down

0 comments on commit 93209ab

Please sign in to comment.