Skip to content

Commit

Permalink
Fix a syntax error in Migrate To 1.4. (#2574)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu0118 authored Nov 15, 2023
1 parent aca57e7 commit 92150bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ case:
```swift
enum Action {
// ...
rows(IdentifiedActionOf<Nested>)
case rows(IdentifiedActionOf<Nested>)
}
```

Expand Down

0 comments on commit 92150bd

Please sign in to comment.