File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,16 +245,12 @@ You can use Percentage Split to drive [A/B tests](/advanced-use/ab-testing) and
245245[ staged feature rollouts] ( /guides-and-examples/staged-feature-rollouts#creating-staged-rollouts ) .
246246
247247Percentage Split deterministically assigns an Identity to a bucket based on a provided [ context value] ( #context-values )
248- or a trait. This means that Segment overrides that use Percentage Split will always result in the same feature value for
249- a given identity in the chosen context .
248+ or a trait. This means that Segment overrides that use Percentage Split will always result in the same feature state and value for
249+ a given identity.
250250
251251If you create a Segment with a single Percentage Split rule of 10% over identifier, Identities who are members of that
252252split will be guaranteed to also be in that split if it is changed to a value higher than 10%.
253253
254- Percentage Split deterministically assigns a "bucket" to each identity based on a provided identifier or a
255- [ context value] ( #context-values ) . This means that Segment overrides that use Percentage Split will always result in the
256- same feature value for a given identity in the chosen context.
257-
258254If the Percentage Split is reduced in value, some Identities will be removed from that Percentage Split to maintain the
259255balance. The algorithm is fairly simple and good to understand - it is
260256[ described here] ( /guides-and-examples/staged-feature-rollouts#how-does-it-work ) .
You can’t perform that action at this time.
0 commit comments