diff options
author | fesily <fesil@foxmail.com> | 2024-02-23 18:17:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-23 18:17:52 +0800 |
commit | 56e7adab10b48ced28d857ca872014ed4ba5fc25 (patch) | |
tree | 9e64e296fe7e92e6333787cc69ded6dd4173cd61 | |
parent | 37861881a9568f44143aeca6f08d7dd84c2344c6 (diff) | |
download | lua-language-server-56e7adab10b48ced28d857ca872014ed4ba5fc25.zip |
Update locale/en-us/setting.lua
Co-authored-by: Lewis Russell <me@lewisr.dev>
-rw-r--r-- | locale/en-us/setting.lua | 2 |
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. ]] |