Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoSanchez committed Nov 15, 2023
1 parent 8b7b2bb commit ece273e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ export type GetTreatmentsOptions = ({
}

/**
* useSplitTreatments options interface. This is the options object accepted by useSplitTreatments hook,
* used to call 'client.getTreatmentsWithConfig()', or 'client.getTreatmentsWithConfigByFlagSets()', and retrieve the result together with the Split context.
* useSplitTreatments options interface. This is the options object accepted by useSplitTreatments hook, used to call 'client.getTreatmentsWithConfig()', or 'client.getTreatmentsWithConfigByFlagSets()',
* depending on whether `names` or `flagSets` options are provided, and to retrieve the result along with the Split context.
*/
export type IUseSplitTreatmentsOptions = GetTreatmentsOptions & IUseSplitClientOptions;

Expand All @@ -215,8 +215,8 @@ export interface ISplitTreatmentsChildProps extends ISplitContextValues {
}

/**
* SplitTreatments Props interface. These are the props accepted by SplitTreatments component,
* used to call 'client.getTreatmentsWithConfig()', or 'client.getTreatmentsWithConfigByFlagSets()', and pass the result to the child component.
* SplitTreatments Props interface. These are the props accepted by SplitTreatments component, used to call 'client.getTreatmentsWithConfig()', or 'client.getTreatmentsWithConfigByFlagSets()',
* depending on whether `names` or `flagSets` props are provided, and to pass the result to the child component.
*/
export type ISplitTreatmentsProps = GetTreatmentsOptions & {

Expand Down

0 comments on commit ece273e

Please sign in to comment.