Skip to content

Commit 92150bd

Browse files
authored
Fix a syntax error in Migrate To 1.4. (#2574)
1 parent aca57e7 commit 92150bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ case:
207207
```swift
208208
enum Action {
209209
// ...
210-
rows(IdentifiedActionOf<Nested>)
210+
case rows(IdentifiedActionOf<Nested>)
211211
}
212212
```
213213

0 commit comments

Comments
 (0)