Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafai-gr committed Oct 23, 2024
1 parent 71069dc commit c312308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/executor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ message ExecutorPreemptRequest {

message ExecutorCancelRequest {
string name = 1;
// We select jobs on the executor to cancel based on the provided Select message
// We select jobs to cancel on the executor based on the provided Select message
oneof Select {
ByPriorityClass priorityClasses = 2;
ByPriorityQueue queues = 3;
Expand Down

0 comments on commit c312308

Please sign in to comment.