Skip to content

Commit

Permalink
chore: review comments
Browse files Browse the repository at this point in the history
Signed-off-by: BillLynch <[email protected]>
  • Loading branch information
Billlynch committed Aug 8, 2023
1 parent 152900f commit 8d773c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions specification.json
Original file line number Diff line number Diff line change
Expand Up @@ -852,14 +852,14 @@
{
"id": "Requirement 5.3.4",
"machine_id": "requirement_5_3_4",
"content": "If the provider's `on context changed` executes with mismatched contexts, `PROVIDER_STALE` handlers MUST run.",
"content": "When the provider's `on context changed` is called, `PROVIDER_STALE` handlers MUST run.",
"RFC 2119 keyword": "MUST",
"children": []
},
{
"id": "Requirement 5.3.5",
"machine_id": "requirement_5_3_5",
"content": "If the provider's `on context changed` function successfully updates the cache, `PROVIDER_READY` handlers MUST run.",
"content": "If the provider's `on context changed` function terminates successfully, `PROVIDER_READY` handlers MUST run.",
"RFC 2119 keyword": "MUST",
"children": []
},
Expand Down
4 changes: 2 additions & 2 deletions specification/sections/05-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ See [provider initialization](./02-providers.md#24-initialization) and [setting

#### Requirement 5.3.4

> If the provider's `on context changed` executes with mismatched contexts, `PROVIDER_STALE` handlers **MUST** run.
> When the provider's `on context changed` is called, `PROVIDER_STALE` handlers **MUST** run.
See: [provider events](#51-provider-events), [`provider event types`](../types.md#provider-events)

#### Requirement 5.3.5

> If the provider's `on context changed` function successfully updates the cache, `PROVIDER_READY` handlers **MUST** run.
> If the provider's `on context changed` function terminates successfully, `PROVIDER_READY` handlers **MUST** run.
See: [provider events](#51-provider-events), [`provider event types`](../types.md#provider-events)

Expand Down

0 comments on commit 8d773c0

Please sign in to comment.