Skip to content

Commit

Permalink
Update ReactiveSwift.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Qata authored Mar 7, 2017
1 parent 02d14b8 commit f9c7546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Reactive/ReactiveSwift.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Here's an example:
```swift
let mainStore = Store(
reducer: appReducer,
observable: MutableProperty(AppState(counter: 0))
observable: MutableProperty(initialState)
)
```

Expand Down

0 comments on commit f9c7546

Please sign in to comment.