mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
docs: fix line_tabel
typo
This commit is contained in:
parent
532200dc13
commit
aad0d2a0f6
@ -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}"
|
||||
]]
|
||||
|
Loading…
Reference in New Issue
Block a user