diff options
Diffstat (limited to 'runtime/doc/builtin.txt')
-rw-r--r-- | runtime/doc/builtin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index 5a99fb686e..35c94d6c74 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -7187,7 +7187,7 @@ sockconnect({mode}, {address} [, {opts}]) *sockconnect()* {address} should be the path of a local domain socket (on unix) or named pipe (on Windows). If {mode} is "tcp" then {address} should be of the form "host:port" where the host - should be an ip adderess or host name, and port the port + should be an ip address or host name, and port the port number. For "pipe" mode, see |luv-pipe-handle|. For "tcp" mode, see |