From c468ff2431685857b5718761d6a1f635ceb260b5 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Mon, 13 Nov 2023 16:39:38 -0800 Subject: [PATCH] Update MigratingTo1.4.md --- .../Documentation.docc/Articles/MigratingTo1.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.4.md b/Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.4.md index ac05c61803cd..eabbeec2aefb 100644 --- a/Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.4.md +++ b/Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.4.md @@ -136,7 +136,7 @@ store.receive(\.rows[id: 0].response.success) And the same goes for ``StackAction`` too: ```swift -store.receive(.\path[id: 0].response.success) +store.receive(\.path[id: 0].response.success) ``` ### Moving off of TaskResult