mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Fix a possible typo (#1762)
This commit is contained in:
@@ -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.
|
||||
///
|
||||
/// ```
|
||||
|
||||
Reference in New Issue
Block a user