@@ -24,11 +24,11 @@ const (
2424 treatment = "Treatment"
2525 treatments = "Treatments"
2626 treatmentsByFlagSet = "TreatmentsByFlagSet"
27- treatmentsByFlagSets = "TreatmentsByFlahSets "
27+ treatmentsByFlagSets = "TreatmentsByFlagSets "
2828 treatmentWithConfig = "TreatmentWithConfig"
2929 treatmentsWithConfig = "TreatmentsWithConfig"
3030 treatmentsWithConfigByFlagSet = "TreatmentsWithConfigByFlagSet"
31- treatmentsWithConfigByFlagSets = "TrearmentsWithConfigByFlagSets "
31+ treatmentsWithConfigByFlagSets = "TreatmentsWithConfigByFlagSets "
3232)
3333
3434// SplitClient is the entry-point of the split SDK.
@@ -396,7 +396,7 @@ func (c *SplitClient) TreatmentsWithConfigByFlagSet(key interface{}, flagSet str
396396 if sets == nil {
397397 return treatmentsResult
398398 }
399- return c .doTreatmentsCallByFlagSets (key , sets , attributes , treatmentsWithConfigByFlagSet , telemetry .TreatmentsByFlagSets )
399+ return c .doTreatmentsCallByFlagSets (key , sets , attributes , treatmentsWithConfigByFlagSet , telemetry .TreatmentsWithConfigByFlagSet )
400400}
401401
402402// TreatmentsWithConfigByFlagSet evaluates multiple feature flag names belonging to a flag sets for a single user and set of attributes at once and returns configurations
@@ -406,7 +406,7 @@ func (c *SplitClient) TreatmentsWithConfigByFlagSets(key interface{}, flagSets [
406406 if flagSets == nil {
407407 return treatmentsResult
408408 }
409- return c .doTreatmentsCallByFlagSets (key , flagSets , attributes , treatmentsWithConfigByFlagSets , telemetry .TreatmentsByFlagSets )
409+ return c .doTreatmentsCallByFlagSets (key , flagSets , attributes , treatmentsWithConfigByFlagSets , telemetry .TreatmentsWithConfigByFlagSets )
410410}
411411
412412// isDestroyed returns true if the client has been destroyed
0 commit comments