From 62eaacf70c3886d8aba25b79212c61485a89fde0 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Wed, 28 Apr 2021 10:20:27 -0700 Subject: [PATCH] tweak wording --- src/cmd/go/internal/modfetch/repo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/go/internal/modfetch/repo.go b/src/cmd/go/internal/modfetch/repo.go index 075e0433df3..0bffa55af6f 100644 --- a/src/cmd/go/internal/modfetch/repo.go +++ b/src/cmd/go/internal/modfetch/repo.go @@ -183,7 +183,7 @@ type lookupCacheKey struct { // from its origin, and "noproxy" indicates that the patch should be fetched // directly only if GONOPROXY matches the given path. // -// For the distinguished proxy "off", Lookup now returns a Repo that returns +// For the distinguished proxy "off", Lookup always returns a Repo that returns // a non-nil error for every method call. // // A successful return does not guarantee that the module