Skip to content

Commit 20d4062

Browse files
committed
add more docs
1 parent 28732fd commit 20d4062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An asynchronous effect monad for PureScript.
44

5-
The moral equivalent of `ErrorT (ContT Unit (Eff (async :: Async | e)) a`, for effects `e`.
5+
The moral equivalent of `ErrorT (ContT Unit (Eff e) a`, for effects `e`.
66

77
`Aff` lets you say goodbye to monad transformers and callback hell!
88

0 commit comments

Comments
 (0)