Quellcode durchsuchen

Update email.go

Slightly changed package doc wording
Jordan Wright vor 11 Jahren
Ursprung
Commit
fbafd0035f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 (