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