diff --git a/Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.4.md b/Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.4.md index 276687de2b61..165c7f429e18 100644 --- a/Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.4.md +++ b/Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.4.md @@ -207,7 +207,7 @@ case: ```swift enum Action { // ... - rows(IdentifiedActionOf) + case rows(IdentifiedActionOf) } ```