浏览代码

Update types.go (#2744)

specfied -> specified
Ikko Eltociear Ashimine 1 年之前
父节点
当前提交
e95b896790
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"`
 }
 
-// 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