diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-17 23:12:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-17 23:12:44 +0300 |
| commit | e9820a2241c8991b1d2dd84f008cf841053b8296 (patch) | |
| tree | 86b579476d9fc67163c52753b5fbea1affa618bf | |
| parent | 204c0c88104ce130bdeabfd73c735b7ef33e2f57 (diff) | |
typo
| -rw-r--r-- | state.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ func (s state) report() (string, string, bool) { return count } - sb.WriteString("This is the recent Googios report!\n\n") + sb.WriteString("This is the recent Gogios report!\n\n") numCriticals := f(func(i int) bool { return i == 2 }) if numCriticals > 0 { |
