diff --git a/reactive-banana/src/Reactive/Banana/Frameworks.hs b/reactive-banana/src/Reactive/Banana/Frameworks.hs index 0c3065e2..6fe1f64e 100644 --- a/reactive-banana/src/Reactive/Banana/Frameworks.hs +++ b/reactive-banana/src/Reactive/Banana/Frameworks.hs @@ -279,8 +279,8 @@ actuate :: EventNetwork -> IO () actuate = Prim.actuate . unEN -- | Pause an event network. --- Immediately stop producing output and --- unregister all event handlers for inputs. +-- Immediately stop producing output. +-- (In a future version, it will also unregister all event handlers for inputs.) -- Hence, the network stops responding to input events, -- but it's state will be preserved. --