0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2025-04-30 07:04:09 +02:00

Fix comment

This commit is contained in:
eyedeekay 2024-09-13 02:19:15 -04:00
parent 246a9a4d23
commit 2b580bc349
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1

View file

@ -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