Skip to content

Commit f923cea

Browse files
docs: add XML comment on FeatureClient (#507)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> - Adds XML comment on FeatureClient class. ### Related Issues <!-- add here the GitHub issue that this PR resolves if applicable --> Fixes #497 ### Notes <!-- any additional notes for this PR --> ### Follow-up Tasks <!-- anything that is related to this PR but not done here should be noted under this section --> <!-- if there is a need for a new issue, please link it here --> ### How to test <!-- if applicable, add testing instructions under this section --> Signed-off-by: Kyle Julian <[email protected]>
1 parent 241d880 commit f923cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenFeature/OpenFeatureClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace OpenFeature;
1111

1212
/// <summary>
13-
///
13+
/// OpenFeature Client implementation for resolving feature flags and tracking user interactions.
1414
/// </summary>
1515
public sealed partial class FeatureClient : IFeatureClient
1616
{

0 commit comments

Comments
 (0)