You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/ComposableArchitecture/Documentation.docc/Tutorials/MeetTheComposableArchitecture/02-Navigation/02-MultipleDestinations/02-02-MultipleDestinations.tutorial
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@
129
129
}
130
130
131
131
@Step {
132
-
Add a case for for the "Add contact" feature. Note that we are holding onto the actual
132
+
Add a case for the "Add contact" feature. Note that we are holding onto the actual
133
133
`AddContactFeature` reducer in the case, not the state. The
134
134
``ComposableArchitecture/Reducer()`` macro will fill in all the requirements for the reducer
0 commit comments