aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compat53/module.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat53/module.lua b/compat53/module.lua
index dad940b..30be6b5 100644
--- a/compat53/module.lua
+++ b/compat53/module.lua
@@ -548,7 +548,7 @@ if lua_version < "5.3" then
548 return chunk 548 return chunk
549 end 549 end
550 550
551 M.loadstring = load 551 M.loadstring = M.load
552 552
553 function M.loadfile(file, mode, env) 553 function M.loadfile(file, mode, env)
554 mode = mode or "bt" 554 mode = mode or "bt"