Skip to content

Commit c468ff2

Browse files
authored
Update MigratingTo1.4.md
1 parent 021623d commit c468ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ store.receive(\.rows[id: 0].response.success)
136136
And the same goes for ``StackAction`` too:
137137

138138
```swift
139-
store.receive(.\path[id: 0].response.success)
139+
store.receive(\.path[id: 0].response.success)
140140
```
141141

142142
### Moving off of TaskResult

0 commit comments

Comments
 (0)