Skip to content

Commit

Permalink
Fix forkAff example. (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpacaaa authored and natefaubion committed Aug 18, 2017
1 parent 1862047 commit 32f5d08
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 @@ -189,7 +189,7 @@ The `Control.Monad.Aff.AVar` module contains asynchronous variables, which are v

```purescript
do v <- makeVar
forkAff do
_ <- forkAff do
delay (Milliseconds 50.0)
putVar v 1.0
a <- takeVar v
Expand Down

0 comments on commit 32f5d08

Please sign in to comment.