Skip to content

Commit 315d935

Browse files
authored
Fix code typo (#1773)
Signed-off-by: Daeyoung Kim <[email protected]> Signed-off-by: Daeyoung Kim <[email protected]>
1 parent b555bfe commit 315d935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ let parentReducer = Reducer<
355355
.pullback(
356356
state: \.feature,
357357
action: /ParentAction.feature,
358-
environment: { FeatureEnvironment(date: $0.date) }
358+
environment: { $0 }
359359
),
360360

361361
Reducer { state, action, environment in

0 commit comments

Comments
 (0)