Skip to content

Commit 30378ae

Browse files
committed
Clarify the documentation
1 parent 5faedeb commit 30378ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactiveTask/Task.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public protocol TaskEventType {
301301
/// Represents events that can occur during the execution of a task that is
302302
/// expected to terminate with a result of type T (upon success).
303303
public enum TaskEvent<T>: TaskEventType {
304-
/// The task was launched.
304+
/// The task is about to be launched.
305305
case Launch(Task)
306306

307307
/// Some data arrived from the task on `stdout`.

0 commit comments

Comments
 (0)