diff --git a/core/result.go b/core/result.go index 884493d5..8380d1f4 100644 --- a/core/result.go +++ b/core/result.go @@ -29,7 +29,7 @@ type Result struct { // Errors encountered during the evaluation of the Endpoint's health Errors []string `json:"errors,omitempty"` - // ConditionResults results of the Endpoint's conditions + // ConditionResults are the results of each of the Endpoint's Condition ConditionResults []*ConditionResult `json:"conditionResults,omitempty"` // Success whether the result signifies a success or not