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