Skip to content

Commit

Permalink
fix (#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu0118 committed Feb 11, 2024
1 parent 87b77a8 commit 08c7c6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ First, you must make your `View` action enum conform to the ``ViewAction`` proto

```swift
@Reducer
struct Feature
struct Feature {
// ...
enum Action: ViewAction { // 👈
// ...
Expand Down

0 comments on commit 08c7c6b

Please sign in to comment.