Skip to content

Commit

Permalink
docs: fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
suned committed Feb 27, 2024
1 parent dc9b4ba commit 6189793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ type Try[E, R] = Effect[Never, E, R]
```
For effects that do not require abilities, but might fail.

Sometimes, instantiating your ability instances may itself require side-effects. For example, consider a program that requires a `Config` ability:
Sometimes, instantiating abilities may itself require side-effects. For example, consider a program that requires a `Config` ability:


```python
Expand Down

0 comments on commit 6189793

Please sign in to comment.