Skip to content
Prev Previous commit
Next Next commit
Update docs/reference/specifications/custom-operations/fractional-ope…
…ration-spec.md

Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Jun 27, 2024
commit da26955c60debd2fbf530a59306e5f47767c13af
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This evaluator allows to split the returned variants of a feature flag into diff
where each bucket can be assigned a weight, representing how many requests will resolve to the corresponding
variant.

The distribution must be performed by using the value of a referenced property
The distribution must be performed by using the value of a referenced property
from the evaluation context to hash that value and map it to a value between [0, 100]. It is important to note
that evaluations MUST be sticky, meaning that flag resolution requests containing the same value for the
referenced property in their context MUST always resolve to the same variant. For calculating the hash value of the
Expand Down