mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +00:00
docs: fix typos (#23917)
This commit is contained in:
committed by
GitHub
parent
5959b3c922
commit
7154f0c986
@@ -72,7 +72,7 @@ function M.basename(file)
|
||||
return file:match('[/\\]$') and '' or (file:match('[^\\/]*$'):gsub('\\', '/'))
|
||||
end
|
||||
|
||||
--- Concatenate directories and/or file into a single path with normalization
|
||||
--- Concatenate directories and/or file paths into a single path with normalization
|
||||
--- (e.g., `"foo/"` and `"bar"` get joined to `"foo/bar"`)
|
||||
---
|
||||
---@param ... string
|
||||
|
||||
Reference in New Issue
Block a user