diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/publish/invalid_fast_check.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/publish/invalid_fast_check.out b/cli/tests/testdata/publish/invalid_fast_check.out index 34b9b0314..d18be45fe 100644 --- a/cli/tests/testdata/publish/invalid_fast_check.out +++ b/cli/tests/testdata/publish/invalid_fast_check.out @@ -4,7 +4,7 @@ error[zap-missing-explicit-return-type]: missing explicit return type in the pub | 2 | export function getRandom() { | ^^^^^^^^^ this function is missing an explicit return type - = hint: add an explit return type to the function + = hint: add an explicit return type to the function info: all functions in the public API must have an explicit return type docs: https://jsr.io/go/zap-missing-explicit-return-type |