Skip to content

Commit 9bc54eb

Browse files
Justin Abrahmstoddbaert
andcommitted
Update specification/sections/02-providers.md
Co-authored-by: Todd Baert <[email protected]> Signed-off-by: Justin Abrahms <[email protected]>
1 parent 946be25 commit 9bc54eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
{
267267
"id": "Requirement 2.10",
268268
"machine_id": "requirement_2_10",
269-
"content": "The provider interface MUST define a `provider hook` mechanism which can be optionally implemented in order to add `hook` instances to the client.",
269+
"content": "The provider interface MUST define a `provider hook` mechanism which can be optionally implemented in order to add `hook` instances to the evaluation life-cycle.",
270270
"RFC 2119 keyword": "MUST",
271271
"children": []
272272
},

specification/sections/02-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ A `provider hook` exposes a mechanism for `providers` to register [`hooks`](./04
117117

118118
##### Requirement 2.10
119119

120-
> The provider interface **MUST** define a `provider hook` mechanism which can be optionally implemented in order to add `hook` instances to the client.
120+
> The provider interface **MUST** define a `provider hook` mechanism which can be optionally implemented in order to add `hook` instances to the evaluation life-cycle.
121121
122122
```
123123
class MyProvider implements Provider {

0 commit comments

Comments
 (0)