From 032c3134c6109d7aecb1b981f5db2a5b7c47bfd2 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 1 Jul 2019 22:54:26 +0100 Subject: [PATCH] update comment --- network/network.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/network.go b/network/network.go index 45637541..6d619254 100644 --- a/network/network.go +++ b/network/network.go @@ -41,7 +41,7 @@ type Node interface { // Link is a connection between one network and another type Link interface { - // remote node the link is to + // remote node the link is peered with Node // length defines the speed or distance of the link Length() int