summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-rw-r--r--locale/en-us/setting.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua
index be76bf23..9ef46b86 100644
--- a/locale/en-us/setting.lua
+++ b/locale/en-us/setting.lua
@@ -295,7 +295,7 @@ When this setting is `false`, the `number|nil` type cannot be assigned to the `n
]]
config.type.inferParamType =
[[
-When the parameter type is not annotated, the parameter type is inferred from the function's incoming parameters.
+When a parameter type is not annotated, it is inferred from the function's call sites.
When this setting is `false`, the type of the parameter is `any` when it is not annotated.
]]