Merge branch 'langleyd/4781_swiftui_template_examples' of https://github.com/vector-im/element-ios into langleyd/4781_swiftui_template_examples

This commit is contained in:
David Langley
2021-09-09 10:50:42 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -68,7 +68,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 static func reducer(state: inout TemplateUserProfileViewState, action: TemplateUserProfileStateAction) {
switch action {