Skip to content

Commit e087b53

Browse files
authored
Fix to element (#2569)
1 parent c59809f commit e087b53

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
@@ -243,7 +243,7 @@ will need to insert a `.element` layer:
243243

244244
```diff
245245
-case let .row(id: id, action: .buttonTapped):
246-
+case let .rows(.elements(id: id, action: .buttonTapped)):
246+
+case let .rows(.element(id: id, action: .buttonTapped)):
247247
```
248248

249249
[swift-case-paths]: http://github.com/pointfreeco/swift-case-paths

0 commit comments

Comments
 (0)