From 03bb721321973739f0886b1928a02a9205a50dc6 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Tue, 4 Jul 2023 14:20:19 -0400 Subject: [PATCH] fixup: 261 normative text Signed-off-by: Todd Baert --- specification/sections/02-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/sections/02-providers.md b/specification/sections/02-providers.md index 8a0f01a1..17b6b0d8 100644 --- a/specification/sections/02-providers.md +++ b/specification/sections/02-providers.md @@ -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