File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
temporal/api/workflowservice/v1 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ service WorkflowService {
253253 };
254254 }
255255
256- // See `RecordActivityTaskCompleted `. This version allows clients to record completions by
256+ // See `RespondActivityTaskCompleted `. This version allows clients to record completions by
257257 // namespace/workflow id/activity id instead of task token.
258258 //
259259 // (-- api-linter: core::0136::prepositions=disabled
@@ -317,7 +317,7 @@ service WorkflowService {
317317 };
318318 }
319319
320- // See `RecordActivityTaskCanceled `. This version allows clients to record failures by
320+ // See `RespondActivityTaskCanceled `. This version allows clients to record failures by
321321 // namespace/workflow id/activity id instead of task token.
322322 //
323323 // (-- api-linter: core::0136::prepositions=disabled
You can’t perform that action at this time.
0 commit comments