We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fb182 commit dbaded4Copy full SHA for dbaded4
src/React/Halo/Internal/State.purs
@@ -11,7 +11,7 @@ import Halogen.Subscription (Subscription)
11
import React.Halo.Internal.Control (HaloM)
12
import React.Halo.Internal.Types (ForkId, Lifecycle, SubscriptionId)
13
14
--- | HThe alo component state used during evaluation.
+-- | The Halo component state used during evaluation.
15
newtype HaloState props ctx state action
16
= HaloState
17
{ eval :: Lifecycle props ctx action -> HaloM props ctx state action Aff Unit
0 commit comments