method documentation grammar fix
This commit is contained in:
parent
dbd1bf11f1
commit
cfbb2a6f41
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ func (s multiString) First() string {
|
||||||
return ""
|
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 {
|
func (s multiString) Empties() bool {
|
||||||
if len(s) == 0 {
|
if len(s) == 0 {
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in a new issue