From b77fd280f2bfcce22f10a000e8e1d9ec53c47049 Mon Sep 17 00:00:00 2001 From: Tarun Bansal Date: Sat, 8 Aug 2020 17:10:23 +0530 Subject: [PATCH] Fix typo in docs (#163) There was a typo in doc for `ProtocolID` alias --- alias.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alias.go b/alias.go index 1a19343..b19f21a 100644 --- a/alias.go +++ b/alias.go @@ -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