docs: fix line_tabel typo

This commit is contained in:
Qais Patankar 2020-04-30 17:10:01 +01:00 committed by leaf
parent 532200dc13
commit aad0d2a0f6

View File

@ -83,7 +83,7 @@ table. If there are any errors then `nil` and the error message are returned.
```moononly
import to_lua from require "moonscript.base"
lua_code, line_tabel = to_lua [[
lua_code, line_table = to_lua [[
x = 124
print "hello world #{x}"
]]