Skip to content

Commit

Permalink
Update src/OpenFeature/Api.cs
Browse files Browse the repository at this point in the history
Co-authored-by: André Silva <2493377+askpt@users.noreply.github.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert and askpt authored Aug 13, 2024
1 parent 18368e0 commit 51a3004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OpenFeature/Api.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ public FeatureProvider GetProvider(string domain)
/// Gets providers metadata assigned to the given domain. If the domain has no provider
/// assigned to it the default provider will be returned
/// </summary>
/// <param name="domain">Name of client</param>
/// <param name="domain">An identifier which logically binds clients with providers</param>

/// <returns>Metadata assigned to provider</returns>
public Metadata? GetProviderMetadata(string domain) => this.GetProvider(domain).GetMetadata();

Expand Down

0 comments on commit 51a3004

Please sign in to comment.