提交 94498289 编写于 作者: Z zhuxingtao

fix: misspelling

上级 a8357dff
......@@ -98,7 +98,7 @@ func (m *MetricValue) CheckValidity(now int64) (err error) {
}
if m.Step <= 0 {
err = fmt.Errorf("step sholud larger than 0")
err = fmt.Errorf("step should larger than 0")
return
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册