mirror of
https://github.com/matrix-org/dendrite
synced 2025-04-30 07:04:09 +02:00
Fix comment
This commit is contained in:
parent
246a9a4d23
commit
2b580bc349
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue