Skip to content

Commit f9c7546

Browse files
authored
Update ReactiveSwift.md
1 parent 02d14b8 commit f9c7546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/Reactive/ReactiveSwift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Here's an example:
5555
```swift
5656
let mainStore = Store(
5757
reducer: appReducer,
58-
observable: MutableProperty(AppState(counter: 0))
58+
observable: MutableProperty(initialState)
5959
)
6060
```
6161

0 commit comments

Comments
 (0)