From 82401e9fe00858f7189cd2eb6197b2975e02ff62 Mon Sep 17 00:00:00 2001 From: John Spurlock <47259736+johnspurlock-skymethod@users.noreply.github.com> Date: Tue, 6 Feb 2024 17:49:24 -0600 Subject: fix(publish): 'explit' typo (#22296) --- cli/tests/testdata/publish/invalid_fast_check.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') 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 -- cgit v1.2.3