Skip to content

Commit

Permalink
"worker service" => "a worker"
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Dec 6, 2024
1 parent ca15bfb commit d82b8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ type (
// is FAIL, an error is returned. The call will block until the update
// has reached the WaitForStage in the options. Note that this means
// that the call will not return successfully until the update has been
// delivered to the worker service.
// delivered to a worker.
// NOTE: Experimental
UpdateWithStartWorkflow(ctx context.Context, options UpdateWithStartWorkflowOptions) (WorkflowUpdateHandle, error)

Expand Down

0 comments on commit d82b8cd

Please sign in to comment.