Skip to content

Commit 4270230

Browse files
authored
Fix Document in Testing.md (#2110)
1 parent 4d07372 commit 4270230

File tree

1 file changed

+1
-1
lines changed
  • Sources/ComposableArchitecture/Documentation.docc/Articles

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/Testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ struct Feature: ReducerProtocol {
674674
func reduce(into state: inout State, action: Action) -> EffectTask<Action> {
675675
switch action {
676676
case .addButtonTapped:
677-
state.values.append(Model()
677+
state.values.append(Model())
678678
return .none
679679
}
680680
}

0 commit comments

Comments
 (0)