chore(cmd/joj3): uncapitalize comment
All checks were successful
submodules sync / sync (push) Successful in 43s
build / build (push) Successful in 1m35s
build / trigger-build-image (push) Successful in 7s

This commit is contained in:
张泊明518370910136 2024-11-26 00:54:25 -05:00
parent e4fb393e38
commit 766f52209b
GPG Key ID: D47306D7062CDA9D

View File

@ -142,7 +142,7 @@ func newTeapotCheckStageResults(
forceQuit := false
for _, checkResult := range checkResults {
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.TimePeriod,
checkResult.SubmitCount,