From cfbb2a6f41478683683a504b5a92161c6f2abcd7 Mon Sep 17 00:00:00 2001 From: max furman Date: Mon, 14 Jan 2019 17:55:01 -0800 Subject: [PATCH] method documentation grammar fix --- authority/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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