Skip to content

Commit ed80f9f

Browse files
committed
fixup: correct comment
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 6503668 commit ed80f9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/pkg/evaluator/fractional.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type fractionalEvaluationDistribution struct {
2525
}
2626

2727
type fractionalEvaluationVariant struct {
28-
variant any // string, bool, number, JSONLogic node (map[string]any from nested sub-array operators), or nil
28+
variant any // string, bool, number or nil
2929
weight int32
3030
}
3131

0 commit comments

Comments
 (0)