Skip to content

Commit e2368ad

Browse files
committed
feat(diagnostics): write an actual description for missing-export-doc
1 parent a46f959 commit e2368ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en-us/setting.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ config.diagnostics['missing-global-doc'] =
414414
config.diagnostics['missing-local-export-doc'] =
415415
'Missing annotations for exported locals! Exported local functions must have a comment and annotations for all parameters and return values.'
416416
config.diagnostics['missing-export-doc'] =
417-
'Missing annotations for exported locals! Exported local functions must have a comment and annotations for all parameters and return values.'
417+
'Missing annotations for exported functions! Exported functions must have a comment and annotations for all parameters and return values.'
418418
config.diagnostics['missing-parameter'] =
419419
'Enable diagnostics for function calls where the number of arguments is less than the number of annotated function parameters.'
420420
config.diagnostics['missing-return'] =

0 commit comments

Comments
 (0)