Skip to content

Commit c3971f5

Browse files
omaralbeikmluisbrown
authored andcommitted
Fix a typo in Store docs (#998)
1 parent c2f9684 commit c3971f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Store.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public final class Store<State, Action> {
200200
/// ```swift
201201
/// // Application state made from local states.
202202
/// struct AppState { var login: LoginState, ... }
203-
/// struct AppAction { case login(LoginAction), ... }
203+
/// enum AppAction { case login(LoginAction), ... }
204204
///
205205
/// // A store that runs the entire application.
206206
/// let store = Store(

0 commit comments

Comments
 (0)