Skip to content

Commit

Permalink
fixup: 261 normative text
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert committed Jul 4, 2023
1 parent 2f5daec commit 03bb721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/sections/02-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Static-context focused providers may need a mechanism to understand when their c

> The provider **MAY** define an `on context changed` handler, which takes an argument for the previous context and the newly set context, in order to respond to an evaluation context change.

Especially in static-context implementations, providers and underlying SDKs may maintain a cache of evaluated flags for a particular context.
Especially in static-context implementations, providers and underlying SDKs may maintain state for a particular context.
The `on context changed` handler provides a mechanism to update this state, often by re-evaluating flags in bulk with respect to the new context.

```java
Expand Down

0 comments on commit 03bb721

Please sign in to comment.