Skip to content

Commit

Permalink
Stepped.elm example fix, process cmd - from @headbandno2
Browse files Browse the repository at this point in the history
terezka#46
Split this into two changes for easier diffing
  • Loading branch information
milesfrain committed Aug 30, 2019
1 parent e0c7732 commit e2c3c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/Stepped.elm
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ update msg model =

addCmd : Cmd Msg -> Model -> ( Model, Cmd Msg )
addCmd cmd model =
( model, Cmd.none )
( model, cmd )



Expand Down

0 comments on commit e2c3c6e

Please sign in to comment.