From 4d9f1713a0b98f28b1f7ade03519e350af9cf884 Mon Sep 17 00:00:00 2001 From: Gleb Shevchenko Date: Tue, 30 Jan 2024 19:09:33 +0100 Subject: [PATCH] Add missing `var` keyword (#2743) --- .../Articles/MigrationGuides/MigratingTo1.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides/MigratingTo1.7.md b/Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides/MigratingTo1.7.md index 00e5dcadc5d6..89f6a5b4a25a 100644 --- a/Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides/MigratingTo1.7.md +++ b/Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides/MigratingTo1.7.md @@ -612,7 +612,7 @@ your feature's state with ``ObservableState()`` and removing all instances of