Skip to content

Commit

Permalink
Grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Jun 6, 2024
1 parent d43d52b commit 8375f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaunchDarkly.OpenFeature.ServerProvider/Provider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public override Task Initialize(EvaluationContext context)

_client.DataSourceStatusProvider.StatusChanged += StatusChangeHandler;

// We start listening for status changes and then we check the current status change. If we do not check
// We start listening for status changes, and then we check the current status change. If we do not check
// then we could have missed a status change. If we check before registering a listener, then we could
// miss a change between checking and listening. Doing it this way we can get duplicates, but we filter
// when the status does not actually change, so we won't emit duplicate events.
Expand Down

0 comments on commit 8375f50

Please sign in to comment.