Skip to content

Commit

Permalink
Merge pull request #3039 from seemiller/patch-1
Browse files Browse the repository at this point in the history
📖 Fix grammar in comment
  • Loading branch information
k8s-ci-robot authored Oct 25, 2022
2 parents 6af8e88 + dc5bd18 commit b1087a7
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 b1087a7

Please sign in to comment.