Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-osborn committed Dec 11, 2024
1 parent 8c8f66a commit 3b2c6ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (v Validator) Validate(policy policies.Policy, _ *policies.GlobalSettings)
return nil
}

// Conflicts returns true if the two ClientSettingsPolicies conflict.
// Conflicts returns true if the two UpstreamsSettingsPolicies conflict.
func (v Validator) Conflicts(polA, polB policies.Policy) bool {
cspA := helpers.MustCastObject[*ngfAPI.UpstreamSettingsPolicy](polA)
cspB := helpers.MustCastObject[*ngfAPI.UpstreamSettingsPolicy](polB)
Expand Down

0 comments on commit 3b2c6ac

Please sign in to comment.