Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Qata authored Aug 6, 2019
1 parent 0721c3b commit cc8cfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ enum AppAction: Action {
Your reducer needs to respond to these different actions, that can be done by switching over the value of action:

```swift
let appReducer: Reducer<AppState> { action, state in
let appReducer: Reducer<AppState> { state, action in
var state = state
switch action {
case .modify(.increase):
Expand Down

0 comments on commit cc8cfdf

Please sign in to comment.