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 2c0caf6 commit 0167254Copy full SHA for 0167254
Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift
@@ -46,7 +46,7 @@ import SwiftUI
46
/// instead of using ``WithViewStore``:
47
///
48
/// 1. When ``WithViewStore`` wraps complex views the Swift compiler can quickly become bogged down,
49
-/// leading to degraded compiler performance and diagnostics. If you are experience such instability
+/// leading to degraded compiler performance and diagnostics. If you are experiencing such instability
50
/// you should consider manually setting up observation with an `@ObservedObject` property as
51
/// described above.
52
0 commit comments