docs: fix hilbish.alias doc

pull/128/head
TorchedSammy 2022-03-20 17:54:02 -04:00
parent 802f444ba6
commit 654ca4b527
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

2
api.go
View File

@ -254,7 +254,7 @@ func hlmlprompt(L *lua.LState) int {
}
// alias(cmd, orig)
// Sets an alias of `orig` to `cmd`
// Sets an alias of `cmd` to `orig`
// --- @param cmd string
// --- @param orig string
func hlalias(L *lua.LState) int {