Skip to content

Commit

Permalink
docs: fix typo in ifCaseLet documentation (#3216)
Browse files Browse the repository at this point in the history
  • Loading branch information
junbangg committed Jul 2, 2024
1 parent 4bbed36 commit d4757e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extension Reducer {
///
/// * It forces a specific order of operations for the child and parent features. It runs the
/// child first, and then the parent. If the order was reversed, then it would be possible for
/// for the parent feature to change the case of the child enum, in which case the child
/// the parent feature to change the case of the child enum, in which case the child
/// feature would not be able to react to that action. That can cause subtle bugs.
///
/// * It automatically cancels all child effects when it detects the child enum case changes.
Expand Down

0 comments on commit d4757e3

Please sign in to comment.