Skip to content

Commit

Permalink
Fix doc typo (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland authored Nov 28, 2023
1 parent 745e948 commit 70c8400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ We then use a [workflow.Selector] to wait on this channel and process the payloa
## Handle Update
Updates provide a fully async and durable mechanism to send data directly to a running workflow and receive a response
back. Unlike a Query handler and update handler has no restriction over normal workflow code so you can modify
back. Unlike a Query handler, an update handler has no restriction over normal workflow code so you can modify
workflow state, schedule activities, launch child workflow, etc.
counter := param.StartCount
Expand Down

0 comments on commit 70c8400

Please sign in to comment.