We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3afa18 + 9e0ce4f commit eee4eefCopy full SHA for eee4eef
result/overall.go
@@ -11,9 +11,9 @@ import (
11
12
// So, this is the idea:
13
// A check plugin has a single Overall (singleton)
14
-// Each partial thing which is tested, gets it's own subcheck
+// Each partial thing which is tested, gets its own subcheck
15
// The results of these may be relevant to the overall status in the end
16
-// or not, e.g. if a plugin trieds two different methods for something and
+// or not, e.g. if a plugin tries two different methods for something and
17
// one suffices, but one fails, the whole check might be OK and only the subcheck
18
// Warning or Critical.
19
type Overall struct {
0 commit comments