diff options
| author | ruki <[email protected]> | 2021-12-23 22:28:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-12-23 22:28:38 +0800 |
| commit | a8d47c7ead29f76cfa3d59faa7ea233a82f45002 (patch) | |
| tree | 984d3dbafe557f8203504b4c04c284e1faa33979 /xmake/core/base/json.lua | |
| parent | 18746c9405c2f6d460df56092bb9b8439a9cc720 (diff) | |
fix typo
Diffstat (limited to 'xmake/core/base/json.lua')
| -rw-r--r-- | xmake/core/base/json.lua | 2 |
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") |
