From 2b580bc3491175c2f7ed77eb55f0113adf268ff7 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Fri, 13 Sep 2024 02:19:15 -0400 Subject: [PATCH] Fix comment --- contrib/dendrite-demo-i2p/main_i2p.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/dendrite-demo-i2p/main_i2p.go b/contrib/dendrite-demo-i2p/main_i2p.go index df55c4c62..23d42ae6f 100644 --- a/contrib/dendrite-demo-i2p/main_i2p.go +++ b/contrib/dendrite-demo-i2p/main_i2p.go @@ -70,7 +70,7 @@ var ( tdialer, tderr = dialer() ) -// Dial a network connection to an I2P server or a unix socket. Fail for clearnet addresses. +// Dial a network connection to an I2P server or a unix socket. Use Tor, or Fail for clearnet addresses. func Dial(network, addr string) (net.Conn, error) { if samError != nil { return nil, samError