From 73041195a1f3cb1b25fbf2f29331a63a68444854 Mon Sep 17 00:00:00 2001 From: adamliesko Date: Fri, 9 Mar 2018 23:33:48 +0100 Subject: [PATCH] Update package comment (fix typos) --- discover/discover.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discover/discover.go b/discover/discover.go index 155a8c1..c182f72 100644 --- a/discover/discover.go +++ b/discover/discover.go @@ -1,5 +1,5 @@ -// Package discover host all the discovereres which can explore user project and identify package manager in use and -// discovers Go packages used, with respective repositories. +// Package discover hosts all the discoverers which can explore Go projects and identify package managers in user, so that +// repositories hosting packages can be discovered. package discover // Discoverer can explore the workspace and discover Go packages that are used in project by specific package manager.