From 5985fe285c692141bc6589b23301dfcfa8b5d19a Mon Sep 17 00:00:00 2001 From: David Florness Date: Fri, 5 Jun 2020 14:49:14 -0600 Subject: [PATCH] Put period at end of sentence --- routing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing.go b/routing.go index 91f3eca..75660af 100644 --- a/routing.go +++ b/routing.go @@ -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