Merge pull request #300 from zhuxingtao/master

fix: misspelling
This commit is contained in:
qinyening 2020-09-12 12:41:06 +08:00 committed by GitHub
commit fb6e789909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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