Fix: Wrong function name.

master
aa6 2019-07-20 14:40:32 +03:00
parent 40a487cc10
commit 9a3187f8b9
3 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.10.1
0.10.2

View File

@ -1,4 +1,4 @@
function file_put_contens(file,data)
function file_put_contents(file,data)
local fp = io.open(file,"w")
fp:write(data)
fp:close()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB