From 960b32794dcbcfa1d9d2fc6dceb8fa4382608f07 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Mon, 20 Nov 2023 16:10:36 -0500 Subject: [PATCH] Update specification/sections/02-providers.md 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 bd65e26b..5cd12de2 100644 --- a/specification/sections/02-providers.md +++ b/specification/sections/02-providers.md @@ -257,7 +257,7 @@ class MyProvider implements Provider, AutoDisposable { > After a provider's shutdown function has terminated successfully, the provider's state **MUST** revert to its uninitialized state. -If a provider requires initialization, once it's shut down, it must transition to its initial `NOT_READY` state, so it can be reinitialized. +If a provider requires initialization, once it's shut down, it must transition to its initial `NOT_READY` state. Some providers may allow re-initialization from this state. Providers not requiring initialization are assumed to be ready at all times. see: [initialization](#24-initialization)