summaryrefslogtreecommitdiff
path: root/xmake/core/base/json.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/base/json.lua')
-rw-r--r--xmake/core/base/json.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/json.lua b/xmake/core/base/json.lua
index e43ae7d52..0b38df42a 100644
--- a/xmake/core/base/json.lua
+++ b/xmake/core/base/json.lua
@@ -22,7 +22,7 @@
local json = json or {}
local cjson = cjson or {}
--- laod modules
+-- load modules
local io = require("base/io")
local utils = require("base/utils")