From 1a3d4d62d7af1274e0b64b06fa8195444568d00d Mon Sep 17 00:00:00 2001 From: Han-Tai Chen Date: Wed, 2 May 2018 03:23:00 +0800 Subject: [PATCH] docs/sphinx: Fix typo in script sources section --- docs/sphinx/scripting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/scripting.rst b/docs/sphinx/scripting.rst index f19f0138f..855abd728 100644 --- a/docs/sphinx/scripting.rst +++ b/docs/sphinx/scripting.rst @@ -144,7 +144,7 @@ and define its keys the same way you would define an return "My Source" end - info.create = function(source, settings) + info.create = function(settings, source) -- typically source data would be stored as a table local my_source_data = {}