Skip to content

Commit d8be7e8

Browse files
committed
wording
1 parent 3405ef0 commit d8be7e8

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/docs/basic-features/segments.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

247247
Percentage 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

251251
If you create a Segment with a single Percentage Split rule of 10% over identifier, Identities who are members of that
252252
split 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-
258254
If the Percentage Split is reduced in value, some Identities will be removed from that Percentage Split to maintain the
259255
balance. The algorithm is fairly simple and good to understand - it is
260256
[described here](/guides-and-examples/staged-feature-rollouts#how-does-it-work).

0 commit comments

Comments
 (0)