Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
fix(flagpole): Fixes incorrect segment behavior description (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeVillalobos committed Jun 27, 2024
1 parent cf447b0 commit cd0dae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/feature-flags/flagpole.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ options:

`segments`

: A wrapper around a list of conditions, acting as a logical grouping of customers/entities to enable the feature flag for. If no segments are defined, the feature will evaluate to `True`. Segments allow you to create `OR` operations with other segments. At least one segment must evaluate to `True` for a feature to be granted.
: A wrapper around a list of conditions, acting as a logical grouping of customers/entities to enable the feature flag for. Segments allow you to create `OR` operations with other segments, meaning at least one segment must evaluate to `True` for a feature to be granted. If an empty segments list is provided, the feature will evaluate to `False`.

### Segments
`conditions`
Expand Down

0 comments on commit cd0dae6

Please sign in to comment.