Skip to content

Commit c1a1411

Browse files
authored
Fix typo in Effect deprecation notice (#1896)
1 parent 74c7a6f commit c1a1411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Effect.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ extension EffectPublisher {
707707
708708
You are encouraged to use 'EffectTask<Action>' to model the output of your reducers, and to use Swift concurrency to model failable streams of values.
709709
710-
To find and replace instances of 'Effect<Action, Never>' to 'EffectTask<Action, Never>' in your codebase, use the following regular expression:
710+
To find and replace instances of 'Effect<Action, Never>' to 'EffectTask<Action>' in your codebase, use the following regular expression:
711711
712712
Find:
713713
Effect<([^,]+), Never>

0 commit comments

Comments
 (0)