From e758f8c79dd4f376d9f50ecb4b8a6334fe453ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 2 Aug 2024 11:05:19 +0200 Subject: [PATCH] Cleanup: fix typo in comment No functional changes. --- internal/manager/api_impl/varrepl_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/manager/api_impl/varrepl_test.go b/internal/manager/api_impl/varrepl_test.go index 854a9a08..ee3c7fce 100644 --- a/internal/manager/api_impl/varrepl_test.go +++ b/internal/manager/api_impl/varrepl_test.go @@ -352,7 +352,7 @@ func varReplSubmittedJob() api.SubmittedJob { } // jsonWash converts the given value to JSON and back. -// This makes sure the types are as closed to what the API will handle as +// This makes sure the types are as close to what the API will handle as // possible, making the difference between "array of strings" and "array of // interface{}s that happen to be strings". func jsonWash[T any](value T) T {