Library fix: loadstring
was missing, and loadfile
had loadstring
s documentation
This commit is contained in:
parent
762b8f3d20
commit
9a46a959e9
|
@ -104,8 +104,8 @@ library_function {
|
||||||
}
|
}
|
||||||
|
|
||||||
library_function {
|
library_function {
|
||||||
func = loadfile,
|
func = loadstring,
|
||||||
name = 'loadfile',
|
name = 'loadstring',
|
||||||
para = 'string [, chunkname]',
|
para = 'string [, chunkname]',
|
||||||
docs = [[
|
docs = [[
|
||||||
Similar to load, but gets the chunk from the given string.
|
Similar to load, but gets the chunk from the given string.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user