Skip to content

Commit

Permalink
Update specification/flag-evaluation/flag-evaluation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Beemer <[email protected]>
  • Loading branch information
toddbaert and beeme1mr authored Jun 7, 2022
1 parent f42083d commit 7cf5120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/flag-evaluation/flag-evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The name is a logical identifier for the client.

> The client creation function **MUST NOT** throw, or otherwise abnormally terminate.
Clients may be created in critical code paths, and even per-request in server-side HTTP contexts. Therefor, in keeping with the principle that OpenFeature should never cause abnormal execution of the first party application, this function should never throw. Abnormal execution in initialization should instead occur during provider registration.
Clients may be created in critical code paths, and even per-request in server-side HTTP contexts. Therefore, in keeping with the principle that OpenFeature should never cause abnormal execution of the first party application, this function should never throw. Abnormal execution in initialization should instead occur during provider registration.

### Client Usage

Expand Down

0 comments on commit 7cf5120

Please sign in to comment.