docs: [ci] generate new docs

windows-fixes
TorchedSammy 2022-03-04 18:41:22 +00:00 committed by GitHub Actions
parent 99461e42d0
commit d7f10b0247
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function hilbish.exec(cmd) end
--- Puts `fn` in a goroutine
--- @param fn function
function hilbish.goroutine(fn) end
function hilbish.goro(fn) end
--- Sets the input mode for Hilbish's line reader. Accepts either emacs for vim
--- @param mode string