summaryrefslogtreecommitdiff
path: root/xmake/core/base/io.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-04-19 10:15:50 +0800
committerruki <[email protected]>2016-04-19 10:15:50 +0800
commit223c87f37fb9e8f3ffe808fae5041a1c4aee95d0 (patch)
tree2aad82da78da4444094a83ad5705f5cdeef28cd4 /xmake/core/base/io.lua
parent9495e08a20c2aeda6b54a4b06b17057056c79ec9 (diff)
reimpl check tool
Diffstat (limited to 'xmake/core/base/io.lua')
-rw-r--r--xmake/core/base/io.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/io.lua b/xmake/core/base/io.lua
index a93a01170..2de9c11c1 100644
--- a/xmake/core/base/io.lua
+++ b/xmake/core/base/io.lua
@@ -217,7 +217,7 @@ function io.readall(filepath)
return data
end
--- write all data to file
+-- write data to file
function io.writall(filepath, data)
-- open file