Skip to content

Commit 4f22f06

Browse files
committed
fix: can not -> cannot to be gramatically correct
1 parent fa2c778 commit 4f22f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)