Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# changelog

## Unreleased
* `FIX` Fix a typo in `no-unknown` diagnostic message
<!-- Add all new changes here. They will be moved under a version at release -->

## 3.16.0
Expand Down
2 changes: 1 addition & 1 deletion locale/en-us/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
Loading