We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ecf05 commit 923ad90Copy full SHA for 923ad90
src/client/eppo-precomputed-client.ts
@@ -136,7 +136,7 @@ export default class EppoPrecomputedClient {
136
* @param flagKey feature flag identifier
137
* @param defaultValue default value to return if the subject is not part of the experiment sample
138
* 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
+ * @returns a variation value if a flag was precomputed for the subject, otherwise the default value
140
* @public
141
*/
142
public getStringAssignment(flagKey: string, defaultValue: string): string {
0 commit comments