From 3eb8df0c5ee5b6e9753cf99440644423e392073e Mon Sep 17 00:00:00 2001 From: Hu Shuai Date: Tue, 31 Dec 2019 13:52:19 +0800 Subject: [PATCH] Fix a typo "the the" -> "the" Signed-off-by: Hu Shuai --- internal/monocular/search.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/monocular/search.go b/internal/monocular/search.go index 61695f554..10e1f2136 100644 --- a/internal/monocular/search.go +++ b/internal/monocular/search.go @@ -58,7 +58,7 @@ type Chart struct { Icon string `json:"icon"` } -// Repo contains the name in monocular the the url for the repository +// Repo contains the name in monocular the url for the repository type Repo struct { Name string `json:"name"` URL string `json:"url"`