From b84518b6c9e247f5d1724582d9244f917bbfbde1 Mon Sep 17 00:00:00 2001 From: gukq Date: Thu, 13 Sep 2018 01:02:07 +0800 Subject: [PATCH] Just repair spelling mistake Signed-off-by: gukq --- defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.go b/defaults.go index ba9bdc4..f19e5ab 100644 --- a/defaults.go +++ b/defaults.go @@ -32,7 +32,7 @@ var DefaultMuxers = ChainOptions( // DefaultTransports are the default libp2p transports. // -// Use this option when you want to *extend* the set of multiplexers used by +// Use this option when you want to *extend* the set of transports used by // libp2p instead of replacing them. var DefaultTransports = ChainOptions( Transport(tcp.NewTCPTransport), -- GitLab