Skip to content

Commit

Permalink
Better migration variation documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Aug 30, 2023
1 parent aca009d commit 81e00d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/shared/sdk-server/src/api/LDClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ export interface LDClient {
): Promise<LDEvaluationDetail>;

/**
* MigrationVariation returns the migration stage of the migration feature flag for the given
* Returns the migration stage of the migration feature flag for the given
* evaluation context.
*
* If the evaluated value of the flag cannot be converted to an LDMigrationStage, then an error
* event will be raised.
* If the evaluated value of the flag cannot be converted to an LDMigrationStage, then the default
* value will be returned and error will be logged.
*
* @param key The unique key of the feature flag.
* @param context The context requesting the flag. The client will generate an analytics event to
Expand Down

0 comments on commit 81e00d4

Please sign in to comment.