Skip to content

Commit

Permalink
Fix spello
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Jul 24, 2024
1 parent 2a4bb31 commit f63b38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/peerid.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package types
// 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] == '-' {
Expand Down

0 comments on commit f63b38a

Please sign in to comment.