Skip to content

Commit 882af09

Browse files
Berhtulfp4checo
authored andcommitted
Typo fix (#1468)
(cherry picked from commit 39c15c4322404562cdb851670c759e1a5300c839)
1 parent b3f48b8 commit 882af09

File tree

1 file changed

+2
-2
lines changed
  • Sources/ComposableArchitecture/Documentation.docc/Articles

1 file changed

+2
-2
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/Performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ store.send(.buttonTapped) {
283283
store.receive(.sharedComputation) {
284284
// Assert on shared logic
285285
}
286-
store.send(.toggleChnaged) {
286+
store.send(.toggleChanged) {
287287
$0.isEnabled = true
288288
}
289289
store.receive(.sharedComputation) {
@@ -368,7 +368,7 @@ store.send(.buttonTapped) {
368368
$0.count = 1
369369
// Assert on shared logic
370370
}
371-
store.send(.toggleChnaged) {
371+
store.send(.toggleChanged) {
372372
$0.isEnabled = true
373373
// Assert on shared logic
374374
}

0 commit comments

Comments
 (0)