From e95b8967909c490cf0cf608388dbeae96fbe3bcf Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 26 Feb 2024 03:41:25 +0900 Subject: [PATCH] Update types.go (#2744) specfied -> specified --- api/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/types.go b/api/types.go index 9a9efdcd..48744ff3 100644 --- a/api/types.go +++ b/api/types.go @@ -83,7 +83,7 @@ type Metrics struct { EvalDuration time.Duration `json:"eval_duration,omitempty"` } -// Options specfied in GenerateRequest, if you add a new option here add it to the API docs also +// Options specified in GenerateRequest, if you add a new option here add it to the API docs also type Options struct { Runner