Skip to content

Commit cb482b2

Browse files
dandavisonbergundy
authored andcommitted
Fix typos
1 parent caa4fcf commit cb482b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

temporal/api/workflowservice/v1/service.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)