summaryrefslogtreecommitdiffstats
path: root/modules/migrations/base/downloader.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/migrations/base/downloader.go')
-rw-r--r--modules/migrations/base/downloader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/migrations/base/downloader.go b/modules/migrations/base/downloader.go
index 2388b2dd6e..71c8f3eaf9 100644
--- a/modules/migrations/base/downloader.go
+++ b/modules/migrations/base/downloader.go
@@ -18,7 +18,7 @@ type GetCommentOptions struct {
PageSize int
}
-// Downloader downloads the site repo informations
+// Downloader downloads the site repo information
type Downloader interface {
SetContext(context.Context)
GetRepoInfo() (*Repository, error)