commit c44c88c9325935c90b57f0f6e4ebd3e4778ec894
parent a46fec79e31672466e371d4b5852a2ec07921bf8
Author: Drew DeVault <sir@cmpwn.com>
Date: Mon, 14 Mar 2022 19:46:54 +0100
net::dial: fix error in docs
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/dial/dial.ha b/net/dial/dial.ha
@@ -4,7 +4,7 @@ use io;
use net;
// Dials a remote address, establishing a connection and returning the resulting
-// [[io::stream]]. The proto parameter should be the transport protocol (e.g.
+// [[io::file]]. The proto parameter should be the transport protocol (e.g.
// "tcp"), the address parameter should be the remote address, and the service
// should be the name of the service, or the default port to use.
//