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.
BindingAction.pullback(_:)
1 parent d165966 commit 1a2b293Copy full SHA for 1a2b293
Sources/ComposableArchitecture/SwiftUI/Binding.swift
@@ -369,7 +369,7 @@ extension BindingAction {
369
/// }
370
///
371
/// enum AppAction: BindableAction {
372
- /// case binding(BindingAction<AppState>
+ /// case binding(BindingAction<AppState>)
373
/// case factButtonTapped
374
/// case factResponse(String?)
375
/// ...
0 commit comments