[ci skip] fix docs

This commit is contained in:
ThePhD 2017-05-27 11:00:15 -04:00
parent 2393d0bcfd
commit acee4dbbc9

View File

@ -131,7 +131,7 @@ You can set/get everything.
lua["a_function"] = [](){ return 100; }; lua["a_function"] = [](){ return 100; };
// make a table // make a table
lua["some_table"] = lua.create_table_wth("value", 24); lua["some_table"] = lua.create_table_with("value", 24);
Equivalent to loading a lua file with: Equivalent to loading a lua file with: