Skip to content

Commit

Permalink
Merge pull request #65 from edwargix/master
Browse files Browse the repository at this point in the history
Put period at end of sentence
  • Loading branch information
vyzo authored Jun 5, 2020
2 parents 1a259ff + 4c3a313 commit 9c9ee54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/discovery/routing/routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
mh "github.com/multiformats/go-multihash"
)

// RoutingDiscovery is an implementation of discovery using ContentRouting
// RoutingDiscovery is an implementation of discovery using ContentRouting.
// Namespaces are translated to Cids using the SHA256 hash.
type RoutingDiscovery struct {
routing.ContentRouting
Expand Down

0 comments on commit 9c9ee54

Please sign in to comment.