Cleanup: fix typo in comment

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2024-08-02 11:05:19 +02:00
parent 280e6643a5
commit e758f8c79d

View File

@ -352,7 +352,7 @@ func varReplSubmittedJob() api.SubmittedJob {
} }
// jsonWash converts the given value to JSON and back. // 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 // possible, making the difference between "array of strings" and "array of
// interface{}s that happen to be strings". // interface{}s that happen to be strings".
func jsonWash[T any](value T) T { func jsonWash[T any](value T) T {