types/peerid.go | 2 +- diff --git a/types/peerid.go b/types/peerid.go index 0e13473ed07776c4ec7f3fc884fd44cb7946a8e0..7ca680c17f4dcc150c96c497d63525cefb2e4525 100644 --- a/types/peerid.go +++ b/types/peerid.go @@ -3,7 +3,7 @@ // Peer client ID. type PeerID [20]byte -// // Pretty prints the ID as hex, except parts that adher to the PeerInfo ID +// // Pretty prints the ID as hex, except parts that adhere to the PeerInfo ID // // Conventions of BEP 20. // func (me PeerID) String() string { // // if me[0] == '-' && me[7] == '-' {