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 fe5603e commit b555bfeCopy full SHA for b555bfe
Sources/ComposableArchitecture/Documentation.docc/Articles/Performance.md
@@ -243,7 +243,7 @@ struct Feature: ReducerProtocol {
243
return EffectTask(value: .sharedComputation)
244
245
case let .textFieldChanged(text):
246
- state.description = = text
+ state.description = text
247
248
249
case .sharedComputation:
@@ -325,7 +325,7 @@ struct Feature: ReducerProtocol {
325
return self.sharedComputation(state: &state)
326
327
328
329
330
}
331
0 commit comments