未验证 提交 fb6e7899 编写于 作者: Q qinyening 提交者: GitHub

Merge pull request #300 from zhuxingtao/master

fix: misspelling
......@@ -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.
先完成此消息的编辑!
想要评论请 注册