Update types.go (#2744)

specfied -> specified
This commit is contained in:
Ikko Eltociear Ashimine 2024-02-26 03:41:25 +09:00 committed by GitHub
parent 1f087c4d26
commit e95b896790
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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