We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f9684 commit c3971f5Copy full SHA for c3971f5
Sources/ComposableArchitecture/Store.swift
@@ -200,7 +200,7 @@ public final class Store<State, Action> {
200
/// ```swift
201
/// // Application state made from local states.
202
/// struct AppState { var login: LoginState, ... }
203
- /// struct AppAction { case login(LoginAction), ... }
+ /// enum AppAction { case login(LoginAction), ... }
204
///
205
/// // A store that runs the entire application.
206
/// let store = Store(
0 commit comments