diff --git a/authority/types.go b/authority/types.go index 50b632d6..29c12282 100644 --- a/authority/types.go +++ b/authority/types.go @@ -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