Merge pull request #1281 from CatxFish/CatxFish-typo-fix

docs/sphinx: Fix typo in script sources section
master
Jim 2018-05-05 11:59:50 -07:00 committed by GitHub
commit 7279e53d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ and define its keys the same way you would define an
return "My Source" return "My Source"
end end
info.create = function(source, settings) info.create = function(settings, source)
-- typically source data would be stored as a table -- typically source data would be stored as a table
local my_source_data = {} local my_source_data = {}