docs: change the description for the hilbish module

dev
TorchedSammy 2021-12-13 17:32:55 -04:00
parent bcfbb20685
commit b920f7d7b1
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func hilbishLoader(L *lua.LState) int {
L.SetField(mod, "xdg", xdg)
util.Document(L, xdg, "Variables for the XDG base directory spec.")
util.Document(L, mod, "A miscellaneous sort of \"core\" API for things that relate to the shell itself and others.")
util.Document(L, mod, "Hilbish's core API, containing submodules and functions which relate to the shell itself.")
L.Push(mod)
return 1