Docs: changes process start from method to function.

This commit is contained in:
jgmdev 2022-02-15 20:49:46 -04:00
parent 61e712db12
commit feaa3b2547
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ process.options = {}
---@return process | nil
---@return string errmsg
---@return process.errortype | integer errcode
function process:start(command_and_params, options) end
function process.start(command_and_params, options) end
---
---Translates an error code into a useful text message