diff --git a/docs/source/tutorial/all-the-things.rst b/docs/source/tutorial/all-the-things.rst index ca2f0707..aa2fc1b5 100644 --- a/docs/source/tutorial/all-the-things.rst +++ b/docs/source/tutorial/all-the-things.rst @@ -131,7 +131,7 @@ You can set/get everything. lua["a_function"] = [](){ return 100; }; // 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: