Skip to content

Commit

Permalink
Fix typo and add code markings to ApplicativeError documentations (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkobit authored and pakoito committed May 17, 2019
1 parent 19d112c commit 46db0ab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@ redirect_from:
{:.intermediate}
intermediate

ApplicativeError is the typeclase used to explicitly represent errors during independent computations.
`ApplicativeError` is the typeclass used to explicitly represent errors during independent computations.
It is parametrized to an error type `E`, which means the datatype has at least a "success" and a "failure" version.

These errors can come in the form of `Throwable`, `Exception`, or any other type that is more relevant to the domain;
Expand Down

0 comments on commit 46db0ab

Please sign in to comment.