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:
Alex Hunsley
2023-06-16 15:49:38 +01:00
committed by GitHub
parent 861283f023
commit 42b01f284e
5 changed files with 12 additions and 8 deletions

View File

@@ -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,