From 830ed5a6bc69572fa7f6139910ef4cfd5b0870d7 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Mon, 21 Oct 2024 14:49:03 -0400 Subject: [PATCH] fixup: typo Signed-off-by: Todd Baert --- specification/appendix-a-included-utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/appendix-a-included-utilities.md b/specification/appendix-a-included-utilities.md index a1962bc4..6f0cf98d 100644 --- a/specification/appendix-a-included-utilities.md +++ b/specification/appendix-a-included-utilities.md @@ -18,7 +18,7 @@ Hence, the packaging, naming, and access modifiers must be set appropriately. Given below are features this provider **MUST** have the following features: -- The provider is initiated with a pre-defined `flag set` provided to a constructor. +- The provider is initiated with a pre-defined `flag set` provided in a constructor. - The flag structure must be minimalist, and should help to test OpenFeature specification. - EvaluationContext support should be provided through callbacks/lambda expressions. - The provider must support a means of updating the `flag set`, resulting in the emission of `PROVIDER_CONFIGURATION_CHANGED` events.