From 56e7adab10b48ced28d857ca872014ed4ba5fc25 Mon Sep 17 00:00:00 2001 From: fesily Date: Fri, 23 Feb 2024 18:17:52 +0800 Subject: Update locale/en-us/setting.lua Co-authored-by: Lewis Russell --- locale/en-us/setting.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ]] -- cgit v1.2.3