Skip to content

Commit 32f5d08

Browse files
alpacaaanatefaubion
authored andcommitted
Fix forkAff example. (#108)
1 parent 1862047 commit 32f5d08

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
@@ -189,7 +189,7 @@ The `Control.Monad.Aff.AVar` module contains asynchronous variables, which are v
189189

190190
```purescript
191191
do v <- makeVar
192-
forkAff do
192+
_ <- forkAff do
193193
delay (Milliseconds 50.0)
194194
putVar v 1.0
195195
a <- takeVar v

0 commit comments

Comments
 (0)