Skip to content

Commit 0167254

Browse files
Fix grammar in doc (#1963)
* Fix documentation - improve grammar in doc * Revert to previous sentence
1 parent 2c0caf6 commit 0167254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import SwiftUI
4646
/// instead of using ``WithViewStore``:
4747
///
4848
/// 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
49+
/// leading to degraded compiler performance and diagnostics. If you are experiencing such instability
5050
/// you should consider manually setting up observation with an `@ObservedObject` property as
5151
/// described above.
5252
///

0 commit comments

Comments
 (0)