Skip to content

Commit 4c092a8

Browse files
yuanhangp4checo
authored andcommitted
Fix a possible typo (#1762)
(cherry picked from commit d0b1444393d9e209307dcad066cb8d19a667eda9)
1 parent 17bbccd commit 4c092a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Effects/Cancellation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ extension EffectProducer {
166166

167167
/// Execute an operation with a cancellation identifier.
168168
///
169-
/// If the operation is in-flight when `Task.cancel(id:)` is called with the same identifier, or
169+
/// If the operation is in-flight when `Task.cancel(id:)` is called with the same identifier, the
170170
/// operation will be cancelled.
171171
///
172172
/// ```

0 commit comments

Comments
 (0)