Skip to content

Commit

Permalink
Update docs to reflect changes to 'forks'
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin committed Dec 1, 2023
1 parent 1916253 commit eba0900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transition.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ be used to "issue" (or "dispatch") a message. For example:

```haskell
update state StartInc = do
forks \dispatch -> do
forks \{ dispatch } -> do
delay (Milliseconds 1000.0)
dispatch Inc
delay (Milliseconds 2000.0)
Expand Down

0 comments on commit eba0900

Please sign in to comment.