Fix a possible typo (#1762)

This commit is contained in:
Yuanhang Guo
2022-12-20 22:29:45 -05:00
committed by GitHub
parent 47465c3f26
commit d0b1444393

View File

@@ -154,7 +154,7 @@ extension EffectPublisher {
/// Execute an operation with a cancellation identifier.
///
/// 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
/// operation will be cancelled.
///
/// ```