From cf9080e300839e80f23f5a762ef3f34bcb10eccf Mon Sep 17 00:00:00 2001 From: ktr Date: Thu, 25 Oct 2018 02:15:34 +0900 Subject: [PATCH] wire: remove duplicated "a" (google/go-cloud#561) --- wire.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire.go b/wire.go index 1c2e988..1e8b227 100644 --- a/wire.go +++ b/wire.go @@ -20,7 +20,7 @@ type ProviderSet struct{} // NewSet creates a new provider set that includes the providers in // its arguments. Each argument is either an exported function value, -// an exported struct (zero) value, a provider set, a call to Bind, a +// an exported struct (zero) value, a provider set, a call to Bind, // a call to Value, or a call to InterfaceValue. func NewSet(...interface{}) ProviderSet { return ProviderSet{}