diff --git a/internal/fwschemadata/value_semantic_equality_set.go b/internal/fwschemadata/value_semantic_equality_set.go index 6ba878d7..1e39dad6 100644 --- a/internal/fwschemadata/value_semantic_equality_set.go +++ b/internal/fwschemadata/value_semantic_equality_set.go @@ -145,10 +145,10 @@ func ValueSemanticEqualitySetElements(ctx context.Context, req ValueSemanticEqua } // Loop through all prior value elements and see if there are any semantically equal elements - for pIdx, priorValue := range priorValueElements { + for pIdx, priorValueElement := range priorValueElements { elementReq := ValueSemanticEqualityRequest{ Path: req.Path.AtSetValue(proposedNewValueElement), - PriorValue: priorValue, + PriorValue: priorValueElement, ProposedNewValue: proposedNewValueElement, } elementResp := &ValueSemanticEqualityResponse{