Skip to content

Commit

Permalink
Fix typo in update docstring (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison authored Dec 14, 2023
1 parent 5d5b9c4 commit 7a9640d
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 @@ -563,7 +563,7 @@ type (

// UpdateWorkflow issues an update request to the specified
// workflow execution and returns the result synchronously. Calling this
// function is equivalent to calling UpdateWorkflowOptions with
// function is equivalent to calling UpdateWorkflowWithOptions with
// the same arguments and indicating that the RPC call should wait for
// completion of the update process.
// NOTE: Experimental
Expand Down

0 comments on commit 7a9640d

Please sign in to comment.