Skip to content

Commit 8e6109e

Browse files
committed
Remove outdated comment
1 parent 63ad26a commit 8e6109e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Sources/CoreTypes/Store.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@
88

99
import Foundation
1010

11-
/**
12-
This class is the default implementation of the `Store` protocol. You will use this
13-
store in most of your applications. You shouldn't need to implement your own store.
14-
You initialize the store with a reducer and an initial application state,
15-
contained within an observable.
16-
*/
17-
18-
import Foundation
19-
2011
open class Store<ObservableProperty: ObservablePropertyType> where ObservableProperty.ValueType: StateType {
2112

2213
public typealias StoreMiddleware = Middleware<ObservableProperty.ValueType>

0 commit comments

Comments
 (0)