Skip to content

Commit 81856aa

Browse files
committed
Tidy comments
1 parent 9ae7778 commit 81856aa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Octopus.OpenFeature.Provider/OctopusFeatureContextProvider.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ toggles is not null
4949
}
5050

5151
/// <summary>
52-
/// Unlike the check and get feature manifest methods, this method will retry forever on failures,
53-
/// until a shutdown event triggers the cancellation token.
54-
/// We never want to cease trying to refresh the evaluation context if we think we have to, as if we do,
55-
/// the state will be left stale whilst the consumer continues to make use it.
52+
/// This method will retry forever on failures, until a shutdown event triggers the cancellation token.
53+
/// We never want to cease trying to refresh the evaluation context while the provider is still alive,
54+
/// otherwise the state will be left stale whilst the consumer continues to make use it.
5655
/// </summary>
5756
async Task RefreshEvaluationContext(CancellationToken cancellationToken)
5857
{

0 commit comments

Comments
 (0)