Skip to content

Commit 14cd5a6

Browse files
committed
add confidence
1 parent bab2f7a commit 14cd5a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/api/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ func (v TypedValue) Scalar() any {
746746

747747
// MultivariateStateValue is one variant's weight in a single feature state —
748748
// the per-scope allocation, which starts from the option's project-level
749-
// default and drifts as environments and segments are re-weighted.
749+
// default and changes as environments and segments are re-weighted.
750750
type MultivariateStateValue struct {
751751
OptionID int `json:"multivariate_feature_option"`
752752
Allocation float64 `json:"percentage_allocation"`

0 commit comments

Comments
 (0)