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 17bbccd commit 4c092a8Copy full SHA for 4c092a8
Sources/ComposableArchitecture/Effects/Cancellation.swift
@@ -166,7 +166,7 @@ extension EffectProducer {
166
167
/// Execute an operation with a cancellation identifier.
168
///
169
-/// If the operation is in-flight when `Task.cancel(id:)` is called with the same identifier, or
+/// If the operation is in-flight when `Task.cancel(id:)` is called with the same identifier, the
170
/// operation will be cancelled.
171
172
/// ```
0 commit comments