We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59809f commit e087b53Copy full SHA for e087b53
Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.4.md
@@ -243,7 +243,7 @@ will need to insert a `.element` layer:
243
244
```diff
245
-case let .row(id: id, action: .buttonTapped):
246
-+case let .rows(.elements(id: id, action: .buttonTapped)):
++case let .rows(.element(id: id, action: .buttonTapped)):
247
```
248
249
[swift-case-paths]: http://github.com/pointfreeco/swift-case-paths
0 commit comments