Skip to content

Commit 897f30b

Browse files
kgrigsby59mluisbrown
authored andcommitted
Correct Store documentation (#746)
1 parent 7145a81 commit 897f30b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/ComposableArchitecture/Store.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ import ReactiveSwift
4545
/// }
4646
///
4747
/// enum AppAction {
48-
/// case activity(ActivityState)
49-
/// case profile(ProfileState)
50-
/// case search(SearchState)
48+
/// case activity(ActivityAction)
49+
/// case profile(ProfileAction)
50+
/// case search(SearchAction)
5151
/// }
5252
/// ```
5353
///

0 commit comments

Comments
 (0)