Skip to content

Commit 05c0a4a

Browse files
authored
Update ReactiveSwift.md
1 parent 7a5f557 commit 05c0a4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Docs/Reactive/ReactiveSwift.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Here's an example:
5555
```swift
5656
let mainStore = Store(
5757
reducer: appReducer,
58-
stateType: AppState.self,
5958
observable: MutableProperty(AppState(counter: 0))
6059
)
6160
```

0 commit comments

Comments
 (0)