summaryrefslogtreecommitdiff
path: root/script/core
diff options
context:
space:
mode:
Diffstat (limited to 'script/core')
-rw-r--r--script/core/diagnostics/type-check.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/diagnostics/type-check.lua b/script/core/diagnostics/type-check.lua
index 99b40303..010764ba 100644
--- a/script/core/diagnostics/type-check.lua
+++ b/script/core/diagnostics/type-check.lua
@@ -118,7 +118,7 @@ return function (uri, callback)
argm = argm .. v[1]..' '
end
argm = argm .. ']'
- message = 'callArg: '..argm..' has no type belong to ['..flag..' ]'
+ message = 'Argument of type in '..argm..' is not assignable to parameter of type in ['..flag..' ]'
callback{
start = arg.start,
finish = arg.finish,