Update RiotSwiftUI/Modules/Template/SimpleUserProfileExample/ViewModel/TemplateUserProfileViewModel.swift

Co-authored-by: manuroe <manuroe@users.noreply.github.com>
This commit is contained in:
David Langley
2021-09-09 10:34:25 +01:00
committed by GitHub
parent 44abb7ecd4
commit 4af9b66f56

View File

@@ -70,7 +70,7 @@ class TemplateUserProfileViewModel: ObservableObject, TemplateUserProfileViewMod
}
/**
A redux style reducer, all modifications to state happen here. Recieves a state and a state action and produces a new state.
A redux style reducer, all modifications to state happen here. Receives a state and a state action and produces a new state.
*/
private func reducer(state: inout TemplateUserProfileViewState, action: TemplateUserProfileStateAction) {
switch action {