chore(cmd/joj3): uncapitalize comment
This commit is contained in:
parent
e4fb393e38
commit
766f52209b
|
@ -142,7 +142,7 @@ func newTeapotCheckStageResults(
|
||||||
forceQuit := false
|
forceQuit := false
|
||||||
for _, checkResult := range checkResults {
|
for _, checkResult := range checkResults {
|
||||||
comment += fmt.Sprintf(
|
comment += fmt.Sprintf(
|
||||||
"Keyword `%s` in last %d hour(s): submit count %d, max count %d\n",
|
"keyword `%s` in last %d hour(s): submit count %d, max count %d\n",
|
||||||
checkResult.Name,
|
checkResult.Name,
|
||||||
checkResult.TimePeriod,
|
checkResult.TimePeriod,
|
||||||
checkResult.SubmitCount,
|
checkResult.SubmitCount,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user