docs/sphinx: Fix typo in script sources section

This commit is contained in:
Han-Tai Chen
2018-05-02 03:23:00 +08:00
committed by GitHub
parent 72636ca976
commit 1a3d4d62d7

View File

@@ -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 = {}