Skip to content

Commit 8541597

Browse files
committed
Fix typo
1 parent 3f16c6c commit 8541597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Documentation.docc/Tutorials/MeetTheComposableArchitecture/01-Essentials/04-ComposingFeatures/01-04-ComposingFeatures.tutorial

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
> Note: The `body` computed property is using result builders behind the scenes. It allows
112112
us to list any number of reducers in the `body` as long as the types match up. When an
113113
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
115115
in a view `body`.
116116

117117

0 commit comments

Comments
 (0)