Skip to content

Commit

Permalink
Update specification/sections/02-providers.md
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Nov 20, 2023
1 parent 4cd7dd0 commit 960b327
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 @@ -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)
Expand Down

0 comments on commit 960b327

Please sign in to comment.