mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Fix some swiftdoc and small tidy (#2204)
* Remove double word and a little grammar gardening * Fix some swiftdoc parameters * Tidy params to '_' in DataManager
This commit is contained in:
@@ -649,6 +649,7 @@ extension ViewStore where ViewState: Equatable {
|
||||
/// - store: A store.
|
||||
/// - toViewState: A transformation of `ViewState` to the state that will be observed for
|
||||
/// changes.
|
||||
/// - fromViewAction: A transformation of `ViewAction` that describes what actions can be sent.
|
||||
public convenience init<State, Action>(
|
||||
_ store: Store<State, Action>,
|
||||
observe toViewState: @escaping (State) -> ViewState,
|
||||
|
||||
Reference in New Issue
Block a user