Skip to content

Commit

Permalink
Fix grammar in comment
Browse files Browse the repository at this point in the history
Change `these is` to `these are`
  • Loading branch information
seemiller committed Oct 24, 2022
1 parent 523907a commit dc5bd18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ func (r *CronJobReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ct
around.
*/

// NB: deleting these is "best effort" -- if we fail on a particular one,
// NB: deleting these are "best effort" -- if we fail on a particular one,
// we won't requeue just to finish the deleting.
if cronJob.Spec.FailedJobsHistoryLimit != nil {
sort.Slice(failedJobs, func(i, j int) bool {
Expand Down

0 comments on commit dc5bd18

Please sign in to comment.