diff --git a/changelog.md b/changelog.md index 775b3c4e7..ac6a4a549 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,9 @@ # changelog ## Unreleased + * `New` Omit parameter hints when the argument name matches +* `FIX` Fix a typo in `no-unknown` diagnostic message ## 3.16.1 `2025-12-8` diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index f8a38b9ab..1c7c29272 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -89,7 +89,7 @@ DIAG_COSE_NON_OBJECT = DIAG_COUNT_DOWN_LOOP = 'Do you mean `{}` ?' DIAG_UNKNOWN = -'Can not infer type.' +'Cannot infer type.' DIAG_DEPRECATED = 'Deprecated.' DIAG_DIFFERENT_REQUIRES =