Skip to content

Commit

Permalink
Fix type in Reducers.md (#3034)
Browse files Browse the repository at this point in the history
  • Loading branch information
larryonoff committed Apr 30, 2024
1 parent aec373a commit 57cfcb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ which are Composable Architecture features except for one:
enum Destination {
case add(AddItemFeature)
case edit(EditItemFeature)
@ReduceCaserIgnored
@ReducerCaseIgnored
case item(Item)
}
```
Expand Down

0 comments on commit 57cfcb6

Please sign in to comment.