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 --- runtime/lua/vim/_meta/api.lua | 2 +- runtime/lua/vim/_meta/vimfn.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/lua/vim/_meta') diff --git a/runtime/lua/vim/_meta/api.lua b/runtime/lua/vim/_meta/api.lua index 5a9b0b53ce..691da62f4f 100644 --- a/runtime/lua/vim/_meta/api.lua +++ b/runtime/lua/vim/_meta/api.lua @@ -1594,7 +1594,7 @@ function vim.api.nvim_open_term(buffer, opts) end --- • "shadow": A drop shadow effect by blending with the --- background. --- • If it is an array, it should have a length of eight or ---- any divisor of eight. The array will specifify the eight +--- any divisor of eight. The array will specify the eight --- chars building up the border in a clockwise fashion --- starting with the top-left corner. As an example, the --- double box style could be specified as [ "╔", "═" ,"╗", diff --git a/runtime/lua/vim/_meta/vimfn.lua b/runtime/lua/vim/_meta/vimfn.lua index 1830e1796b..0563f9dd5f 100644 --- a/runtime/lua/vim/_meta/vimfn.lua +++ b/runtime/lua/vim/_meta/vimfn.lua @@ -8530,7 +8530,7 @@ function vim.fn.slice(expr, start, end_) end --- {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