Sfoglia il codice sorgente

Update email.go

Slightly changed package doc wording
Jordan Wright 11 anni fa
parent
commit
fbafd0035f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      email.go

+ 1 - 1
email.go

@@ -1,5 +1,5 @@
 //Email is designed to be a package providing an "email interface for humans."
-//Designed to be robust and flexible, the email package will make sending email easy without getting in the way.
+//Designed to be robust and flexible, the email package aims to make sending email easy without getting in the way.
 package email
 
 import (