1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Merge pull request #28874 from yuexiao-wang/fix-layer-typo

Fix some typos
Upstream-commit: b82f2ce501
Component: cli
This commit is contained in:
Vincent Demeester
2016-11-29 14:45:08 +01:00
committed by GitHub

View File

@@ -118,7 +118,7 @@ func runSearch(dockerCli *command.DockerCli, opts searchOptions) error {
return nil
}
// SearchResultsByStars sorts search results in descending order by number of stars.
// searchResultsByStars sorts search results in descending order by number of stars.
type searchResultsByStars []registrytypes.SearchResult
func (r searchResultsByStars) Len() int { return len(r) }