Skip to content

Commit

Permalink
chore: update broken comment link (#202)
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Marangoni <[email protected]>
  • Loading branch information
diegomarangoni authored Jul 20, 2023
1 parent dda3ff1 commit b0c4fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/openfeature/evaluation_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package openfeature
// EvaluationContext provides ambient information for the purposes of flag evaluation
// The use of the constructor, NewEvaluationContext, is enforced to set EvaluationContext's fields in order
// to enforce immutability.
// https://github.com/open-feature/spec/blob/main/specification/evaluation-context/evaluation-context.md
// https://openfeature.dev/specification/sections/evaluation-context
type EvaluationContext struct {
targetingKey string // uniquely identifying the subject (end-user, or client service) of a flag evaluation
attributes map[string]interface{}
Expand Down

0 comments on commit b0c4fd0

Please sign in to comment.