Cadence-Docs
Cadence-Docs copied to clipboard
Fixed code snipet in Child workflows documentation
In the Golang client documentation, in the section that details Child Workflows, fixed the code snipet, by replacing worflow.WithChildWorkflowOption()
with workflow.WithChildOptions()
.