home: vim: lua: utils: fix documentation
This commit is contained in:
parent
07eca729f5
commit
4a8981c7b4
|
@ -15,7 +15,7 @@ end
|
|||
|
||||
--- return a function that checks if a given command is executable
|
||||
--- @param cmd string? command to check
|
||||
--- @return fun(cmd: string): boolean executable
|
||||
--- @return fun(): boolean executable
|
||||
M.is_executable_condition = function(cmd)
|
||||
return function()
|
||||
return M.is_executable(cmd)
|
||||
|
|
Loading…
Reference in a new issue