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 dd084dc commit 620ec5cCopy full SHA for 620ec5c
Sources/ComposableArchitecture/Store.swift
@@ -191,7 +191,7 @@ public final class Store<State, Action> {
191
/// ```swift
192
/// // Application state made from local states.
193
/// struct AppState { var login: LoginState, ... }
194
- /// struct AppAction { case login(LoginAction), ... }
+ /// enum AppAction { case login(LoginAction), ... }
195
///
196
/// // A store that runs the entire application.
197
/// let store = Store(
0 commit comments