diff --git a/src/React/Basic.purs b/src/React/Basic.purs index fc0f5d1..3dd0715 100644 --- a/src/React/Basic.purs +++ b/src/React/Basic.purs @@ -85,8 +85,8 @@ import Type.Row (class Union) -- | = Increment -- | -- | counter :: Props -> JSX --- | counter: make component --- | { initialState = { counter: 0 } +-- | counter = make component +-- | { initialState: { counter: 0 } -- | -- | , update: \self action -> case action of -- | Increment ->