diff options
Diffstat (limited to 'doc/api.md')
-rw-r--r-- | doc/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ Hydra uses gopher-lua, Lua 5.1 ## Standard library additions -Source: [builtin/luax](../bultin/luax). +Source code: [luax](https://github.com/EliasFleckenstein03/luax). - `table.indexof(list, val)` - `table.copy(t, seen)` |