home: vim: lua: utils: fix documentation

This commit is contained in:
Bruno BELANYI 2024-03-12 12:30:36 +00:00
parent 07eca729f5
commit 4a8981c7b4
1 changed files with 1 additions and 1 deletions

View File

@ -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)