Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-29 17:33:49 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-29 17:33:49 +0300
commitffbe202a012f0366d4f2fb24eb1959c90e0f2ff5 (patch)
tree9987e2ec30a6822d288083ced63c0180e3a002fd
parent1d40c784c28bc4fd4510f843354224655ce7ec6e (diff)
Fix invalid godoc comment for function in source/domains.go
-rw-r--r--internal/source/domains.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/source/domains.go b/internal/source/domains.go
index 44c1f30a..f47884ef 100644
--- a/internal/source/domains.go
+++ b/internal/source/domains.go
@@ -55,7 +55,7 @@ func (d *Domains) GetDomain(name string) (*domain.Domain, error) {
return d.source(name).GetDomain(name)
}
-// Start starts the disk domain source. It is DEPRECATED, because we want to
+// Read starts the disk domain source. It is DEPRECATED, because we want to
// remove it entirely when disk source gets removed.
func (d *Domains) Read(rootDomain string) {
d.disk.Read(rootDomain)