Skip to content

Commit e58f310

Browse files
authored
Update packages/shared/src/open-feature.ts
Signed-off-by: Michael Beemer <[email protected]>
1 parent 4fe1c8a commit e58f310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/open-feature.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export abstract class OpenFeatureCommonAPI<P extends CommonProvider = CommonProv
5959

6060
/**
6161
* Get metadata about a registered provider using the client name.
62-
* An unbound or empty client name will return the default provider.
62+
* An unbound or empty client name will return metadata from the default provider.
6363
* @param {string} [clientName] The name to identify the client
6464
* @returns {ProviderMetadata} Provider Metadata
6565
*/

0 commit comments

Comments
 (0)