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 13d9b0f commit 74adfb8Copy full SHA for 74adfb8
Sources/SwiftUINavigationCore/Bind.swift
@@ -4,7 +4,7 @@
4
extension View {
5
/// Synchronizes model state to view state via two-way bindings.
6
///
7
- /// SwiftUI comes with many property wrappers that can be used in views to drive view state,
+ /// SwiftUI comes with many property wrappers that can be used in views to drive view state,
8
/// like field focus. Unfortunately, these property wrappers _must_ be used in views. It's not
9
/// possible to extract this logic to an `@Observable` class and integrate it with the rest of
10
/// the model's business logic, and be in a better position to test this state.
0 commit comments