diff --git a/golibs/commander/commander.go b/golibs/commander/commander.go index 97b0486..3390de8 100644 --- a/golibs/commander/commander.go +++ b/golibs/commander/commander.go @@ -23,7 +23,7 @@ func (c *Commander) Loader(L *lua.LState) int { "deregister": c.cderegister, } mod := L.SetFuncs(L.NewTable(), exports) - util.Document(L, mod, "Commander is Hilbish's custom command library, a way to write commands with the shell in Lua.") + util.Document(L, mod, "Commander is Hilbish's custom command library, a way to write commands in Lua.") L.Push(mod) return 1