method documentation grammar fix

This commit is contained in:
max furman 2019-01-14 17:55:01 -08:00
parent dbd1bf11f1
commit cfbb2a6f41

View file

@ -49,7 +49,7 @@ func (s multiString) First() string {
return ""
}
// Empties checks that none of the string is empty.
// Empties returns `true` if any string in the array is empty.
func (s multiString) Empties() bool {
if len(s) == 0 {
return true