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/01-Essentials/04-ComposingFeatures/01-04-ComposingFeatures.tutorial
+1-1
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@
111
111
> Note: The `body` computed property is using result builders behind the scenes. It allows
112
112
us to list any number of reducers in the `body` as long as the types match up. When an
113
113
action comes into the system each reducer will run on the feature's state from
114
-
top-to-bottom. Result builders is also what what SwiftUI uses to compose view hierarchies
114
+
top-to-bottom. Result builders is also what SwiftUI uses to compose view hierarchies
0 commit comments