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 16b4700 commit 39c15c4Copy full SHA for 39c15c4
Sources/ComposableArchitecture/Documentation.docc/Articles/Performance.md
@@ -283,7 +283,7 @@ store.send(.buttonTapped) {
283
store.receive(.sharedComputation) {
284
// Assert on shared logic
285
}
286
-store.send(.toggleChnaged) {
+store.send(.toggleChanged) {
287
$0.isEnabled = true
288
289
@@ -368,7 +368,7 @@ store.send(.buttonTapped) {
368
$0.count = 1
369
370
371
372
373
374
0 commit comments