Преглед изворни кода

Update email.go

Slightly changed package doc wording
Jordan Wright пре 11 година
родитељ
комит
fbafd0035f
1 измењених фајлова са 1 додато и 1 уклоњено
  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 (