Skip to content

Commit

Permalink
Fixed comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson12 committed Jun 17, 2022
1 parent eb23cd7 commit 2789389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WorkflowConcurrency/Sources/Worker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public protocol Worker: AnyWorkflowConvertible where Rendering == Void {
/// The type of output events returned by this worker.
associatedtype Output

/// Returns a publisher to execute the work represented by this worker.
/// Execute the work represented by this worker asynchronously and return the result.
func run() async -> Output
/// Returns `true` if the other worker should be considered equivalent to `self`. Equivalence should take into
/// account whatever data is meaningful to the task. For example, a worker that loads a user account from a server
Expand Down

0 comments on commit 2789389

Please sign in to comment.