From d1b5acd89ffdafde3c512ac05e97fdab339206fd Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 22 Dec 2021 09:08:41 +0100 Subject: [PATCH] Update options.go Co-authored-by: Marten Seemann --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index d49ca52fce..915938b857 100644 --- a/options.go +++ b/options.go @@ -233,7 +233,7 @@ func DisableRelay() Option { } // EnableRelayService configures libp2p to run a circuit v2 relay, -// if we detected that we're publicly reachable. +// if we detect that we're publicly reachable. func EnableRelayService(opts ...relayv2.Option) Option { return func(cfg *Config) error { cfg.EnableRelayService = true