Skip to content

Commit c6cad7e

Browse files
author
Jaesung
authored
[FIX] Fixed type: struct action to enum action (pointfreeco#2144)
1 parent 4aab217 commit c6cad7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingToTheReducerProtocol.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ like so:
274274
struct FeatureState {
275275
// ...
276276
}
277-
struct FeatureAction {
277+
enum FeatureAction {
278278
// ...
279279
}
280280
struct FeatureEnvironment {

0 commit comments

Comments
 (0)