summaryrefslogtreecommitdiff
path: root/client/image_search.go
diff options
context:
space:
mode:
authorLevi Harrison <levisamuelharrison@gmail.com>2021-02-16 10:07:44 -0500
committerLevi Harrison <levisamuelharrison@gmail.com>2021-02-16 10:07:44 -0500
commit8128a9a47870cd2186bfe97d81bced5ad5e25ff1 (patch)
tree34a3552ed26bf196b73535b31d11a7b89905025b /client/image_search.go
parent01ae718aef64ff684501a8702f587af0ec034e71 (diff)
downloaddocker-8128a9a47870cd2186bfe97d81bced5ad5e25ff1.tar.gz
Fix grammar in client function comments
Changes certain words and adds punctuation to the comments of functions in the client package, which end up in the GoDoc documentation. Areas where only periods were needed were ignored to prevent excessive code churn. Signed-off-by: Levi Harrison <levisamuelharrison@gmail.com>
Diffstat (limited to 'client/image_search.go')
-rw-r--r--client/image_search.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/image_search.go b/client/image_search.go
index 82955a7477..5f40a22a96 100644
--- a/client/image_search.go
+++ b/client/image_search.go
@@ -12,7 +12,7 @@ import (
"github.com/docker/docker/errdefs"
)
-// ImageSearch makes the docker host to search by a term in a remote registry.
+// ImageSearch makes the docker host search by a term in a remote registry.
// The list of results is not sorted in any fashion.
func (cli *Client) ImageSearch(ctx context.Context, term string, options types.ImageSearchOptions) ([]registry.SearchResult, error) {
var results []registry.SearchResult