Skip to content

Commit

Permalink
Fixed minor typo on ZPure documentation (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcsolaroli committed Jun 21, 2024
1 parent 9fcbfb6 commit 9cc70df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zpure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ val value: Int =

## Working With Errors

Since `ZIO` also has an error type the operators for working with errors are quite similar to the ones on `ZIO`.
Since `ZPure` also has an error type the operators for working with errors are quite similar to the ones on `ZIO`.

We can create a computation that fails with an error using the `fail` operator.

Expand Down

0 comments on commit 9cc70df

Please sign in to comment.