From 4397dcb5fc8a96d0b866289a7d543ab1ca321ffc Mon Sep 17 00:00:00 2001 From: TwiN Date: Sat, 4 May 2024 20:05:06 -0400 Subject: [PATCH] docs: Improve Result.ConditionResults description --- core/result.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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