Fixed a typo

This commit is contained in:
Alexandre Cesaro 2016-04-11 23:29:32 +02:00
parent e4bd87ad6e
commit 81ebce5c23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ type SendCloser interface {
Close() error Close() error
} }
// A SendFunc is a function that sends emails to the given adresses. // A SendFunc is a function that sends emails to the given addresses.
// //
// The SendFunc type is an adapter to allow the use of ordinary functions as // The SendFunc type is an adapter to allow the use of ordinary functions as
// email senders. If f is a function with the appropriate signature, SendFunc(f) // email senders. If f is a function with the appropriate signature, SendFunc(f)