From acee4dbbc9f94a82985637ffd05a6ecbf2cead51 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sat, 27 May 2017 11:00:15 -0400 Subject: [PATCH] [ci skip] fix docs --- docs/source/tutorial/all-the-things.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: