Fix example source implementation

This commit is contained in:
hrsh7th
2021-08-27 02:04:45 +09:00
parent c2fefe00e5
commit 6e63fda5b2

View File

@@ -431,7 +431,7 @@ source.new = function()
end end
---Return the source name for some information. ---Return the source name for some information.
source.get_debug_name = function() function source:get_debug_name = function()
return 'example' return 'example'
end end