go-ipfs-config: fix: fix type name typo

This commit is contained in:
Steven Allen 2020-06-15 19:56:38 -07:00
parent 0f17ef601f
commit f74d15eacf

View File

@ -61,7 +61,7 @@ type Transports struct {
// Multiplexers specifies the transports used to multiplex multiple
// connections over a single duplex connection.
Multiplex struct {
Multiplexers struct {
// Defaults to 100.
Yamux Priority `json:",omitempty"`
// Defaults to 200.