Skip to content

Commit

Permalink
Update docs/dsl-cheatsheet.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Ittner <[email protected]>
  • Loading branch information
sockeqwe and gabrielittner authored Jul 27, 2023
1 parent 7c4a012 commit 04f34fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dsl-cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec {
onEnterEffect{ state -> ... } // You can have multiple onEnterEffect
collectWhileInStateEffect(flow1){ valueEmitedFromFlow, state -> ... } // You can have multiple collectWhileInstate

// hierarchical state machines
// Hierarchical state machines
onEnterStartStateMachine(
stateMachineFactory = { stateSnapshot : State1 -> OtherStateMachine() },
stateMapper = { state : State<State1>, otherStateMachineState : OtherState ->
Expand Down

0 comments on commit 04f34fc

Please sign in to comment.