Skip to content

Commit

Permalink
Fix to element (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalupas226 authored Nov 14, 2023
1 parent c59809f commit e087b53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ will need to insert a `.element` layer:

```diff
-case let .row(id: id, action: .buttonTapped):
+case let .rows(.elements(id: id, action: .buttonTapped)):
+case let .rows(.element(id: id, action: .buttonTapped)):
```

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

0 comments on commit e087b53

Please sign in to comment.