From eba0900f369f83f128987b363eeb38864ed78952 Mon Sep 17 00:00:00 2001 From: Fyodor Soikin Date: Fri, 1 Dec 2023 17:28:17 -0500 Subject: [PATCH] Update docs to reflect changes to 'forks' --- docs/transition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/transition.md b/docs/transition.md index 40f76fa..6eee7b8 100644 --- a/docs/transition.md +++ b/docs/transition.md @@ -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)