Skip to content

Commit 1a2b293

Browse files
authored
Fix typo in BindingAction.pullback(_:) docs (#830)
1 parent d165966 commit 1a2b293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/SwiftUI/Binding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ extension BindingAction {
369369
/// }
370370
///
371371
/// enum AppAction: BindableAction {
372-
/// case binding(BindingAction<AppState>
372+
/// case binding(BindingAction<AppState>)
373373
/// case factButtonTapped
374374
/// case factResponse(String?)
375375
/// ...

0 commit comments

Comments
 (0)