Skip to content

Commit 068375d

Browse files
committed
chore: fix user properties comment
1 parent 881ab55 commit 068375d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/browser/src/types/analytics.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ export interface ExperimentAnalyticsEvent {
2323
properties: Record<string, string>;
2424

2525
/**
26-
* Custom user properties from the {@link ExperimentUser} stored by the
27-
* {@link ExperimentClient}. Also includes merged properties provided by the
28-
* {@link ExperimentUserProvider}.
26+
* User properties to identify with the user prior to sending the event.
2927
*/
3028
userProperties?: Record<string, unknown>;
3129
}

0 commit comments

Comments
 (0)