Fix typo in docs (#163)

There was a typo in doc for `ProtocolID` alias
This commit is contained in:
Tarun Bansal
2020-08-08 17:10:23 +05:30
committed by GitHub
parent 98f9714258
commit b77fd280f2

View File

@@ -19,7 +19,7 @@ type Multiaddr = multiaddr.Multiaddr
// Refer to the docs on that type for more info.
type PeerID = peer.ID
// PeerID aliases protocol.ID.
// ProtocolID aliases protocol.ID.
//
// Refer to the docs on that type for more info.
type ProtocolID = protocol.ID