go-ipfs-config: doc: improve wording for peering config

Co-authored-by: Will <will.scott@protocol.ai>
This commit is contained in:
Steven Allen 2020-05-25 19:14:40 -07:00 committed by GitHub
parent 13bcc4da44
commit 75bde89788

View File

@ -4,6 +4,6 @@ import "github.com/libp2p/go-libp2p-core/peer"
// Peering configures the peering service.
type Peering struct {
// Peer lists all peers with which this peer peers.
// Peers lists the nodes to attempt to stay connected with.
Peers []peer.AddrInfo
}