Skip to content

Commit 923ad90

Browse files
committed
Comment clean up
1 parent 50ecf05 commit 923ad90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/eppo-precomputed-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default class EppoPrecomputedClient {
136136
* @param flagKey feature flag identifier
137137
* @param defaultValue default value to return if the subject is not part of the experiment sample
138138
* The subject attributes are used for evaluating any targeting rules tied to the experiment.
139-
* @returns a variation value if the subject is part of the experiment sample, otherwise the default value
139+
* @returns a variation value if a flag was precomputed for the subject, otherwise the default value
140140
* @public
141141
*/
142142
public getStringAssignment(flagKey: string, defaultValue: string): string {

0 commit comments

Comments
 (0)