Skip to content

Commit afe4e01

Browse files
authored
Merge pull request #3305 from NathanSnail/fix_no_unknown_typo
Fix no-unknown typo
2 parents 1d0b507 + 6f9f130 commit afe4e01

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# changelog
22

33
## Unreleased
4+
<!-- Add all new changes here. They will be moved under a version at release -->
45
* `New` Omit parameter hints when the argument name matches
6+
* `FIX` Fix a typo in `no-unknown` diagnostic message
57

68
## 3.16.1
79
`2025-12-8`

locale/en-us/script.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ DIAG_COSE_NON_OBJECT =
8989
DIAG_COUNT_DOWN_LOOP =
9090
'Do you mean `{}` ?'
9191
DIAG_UNKNOWN =
92-
'Can not infer type.'
92+
'Cannot infer type.'
9393
DIAG_DEPRECATED =
9494
'Deprecated.'
9595
DIAG_DIFFERENT_REQUIRES =

0 commit comments

Comments
 (0)