Browse Source

Update types.go (#2744)

specfied -> specified
Ikko Eltociear Ashimine 1 year ago
parent
commit
e95b896790
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/types.go

+ 1 - 1
api/types.go

@@ -83,7 +83,7 @@ type Metrics struct {
 	EvalDuration       time.Duration `json:"eval_duration,omitempty"`
 	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 {
 type Options struct {
 	Runner
 	Runner