From 1a08c611985f15cbe63611a73c77cc86061f18a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Tue, 29 Sep 2020 15:59:04 -0300 Subject: [PATCH] Fix english on comment --- kiss_orm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss_orm.go b/kiss_orm.go index 3c60bcf..b042390 100644 --- a/kiss_orm.go +++ b/kiss_orm.go @@ -90,7 +90,7 @@ func (i *iterator) Close() error { var noopCloser = iterator{isClosed: true} -// Query build an iterator for querying several +// Query builds an iterator for querying several // results from the database func (c Client) Query( ctx context.Context,