From 2dc9ceb99c018b15dcf0c443cad46efecccaf94e Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Sun, 29 Oct 2023 09:02:32 +0100 Subject: docs: small fixes (#25585) Co-authored-by: tmummert Co-authored-by: parikshit adhikari --- src/nvim/eval.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/eval.lua') diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index deaeb51289..221be492af 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -10184,7 +10184,7 @@ M.funcs = { {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 -- cgit