2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-04 04:33:23 +00:00

docs: change the description for the hilbish module

This commit is contained in:
TorchedSammy 2021-12-13 17:32:55 -04:00
parent bcfbb20685
commit b920f7d7b1
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

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